Skip to content

Commit be07eee

Browse files
WASM readme cleanup (iotaledger#1451)
1 parent 8e08639 commit be07eee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bindings/wasm/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ environments.**
1414
|:-------------|:-----------------:|:---------------------:|
1515
| Environment | Node.js, browsers | Node.js |
1616
| Installation | - | Rust, Cargo required* |
17-
| Performance | ✔️ | ✔️✔️ |
18-
| Ledger Nano | | ✔️ |
19-
| Rocksdb | | ✔️ |
20-
| Stronghold | | ✔️ |
17+
| Performance | ✔️ | ✔️✔️ |
18+
| Ledger Nano || ✔️ |
19+
| Rocksdb || ✔️ |
20+
| Stronghold || ✔️ |
2121

2222
* The Node.js bindings only need to be compiled during `npm install` if a pre-compiled binary is not available for your
2323
platform.
@@ -171,11 +171,11 @@ init().then(async () => {
171171
## Wallet Usage
172172

173173
The following example will create a
174-
new [`Wallet`](https://wiki.iota.org/shimmer/iota-sdk/references/nodejs/classes/Wallet/) [`Account`](https://wiki.iota.org/shimmer/iota-sdk/references/nodejs/classes/Account/)
174+
new [`Wallet`](https://wiki.iota.org/iota-sdk/references/nodejs/classes/Wallet/) [`Account`](https://wiki.iota.org/iota-sdk/references/nodejs/classes/Account/)
175175
that connects to the [Shimmer Testnet](https://api.testnet.shimmer.network) using the
176-
[`StrongholdSecretManager`](https://wiki.iota.org/shimmer/iota-sdk/references/python/iota_sdk/secret_manager/#strongholdsecretmanager-objects)
176+
[`MnemonicSecretManager`](https://wiki.iota.org/iota-sdk/references/nodejs/interfaces/MnemonicSecretManager/)
177177
by calling
178-
the [`Wallet.createAccount(data)`](https://wiki.iota.org/shimmer/iota-sdk/references/nodejs/classes/Wallet/#createaccount)
178+
the [`Wallet.createAccount(data)`](https://wiki.iota.org/iota-sdk/references/nodejs/classes/Wallet/#createaccount)
179179
function.
180180

181181
### Node.js

0 commit comments

Comments
 (0)