+
+
```typescript reference
-https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/wallet/getting-started.ts#L4-L60
+https://github.com/iotaledger/iota-sdk/blob/develop/bindings/wasm/README.md#L214-L239
```
-### Web Usage
-
-```javascript
-import init, {Wallet, CoinType} from "@iota/sdk-wasm/web";
-
-init().then(() => {
- const wallet = new Wallet({
- storagePath: './my-database',
- coinType: CoinType.Shimmer,
- clientOptions: {
- nodes: ['https://api.testnet.shimmer.network'],
- },
- secretManager: {
- mnemonic: "my development mnemonic",
- },
- });
-
- const account = await wallet.createAccount({
- alias: 'Alice',
- });
-
- account.addresses().then((addresses) => {
- console.log(addresses);
- });
-}).catch(console.error);
-
-// Default path to load is "iota_sdk_wasm_bg.wasm",
-// but you can override it by passing a path explicitly.
-//
-// init("./static/iota_sdk_wasm_bg.wasm").then(...)
+
+
+