Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L authored and github-actions[bot] committed Feb 26, 2025
1 parent c22720b commit 342973a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/content/docs/developer/integrations/w3sper.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The WASM file can be fetched from:

- **Mainnet:** https://nodes.dusk.network/static/drivers/wallet-core.wasm
- **Testnet:** https://testnet.nodes.dusk.network/static/drivers/wallet-core.wasm
- **Localhost:** http://localhost:8080/static/drivers/wallet-core.wasm
- **Localhost:**

This implies that while `getLocalWasmBuffer()` is needed for local execution, it’s not required for online transactions.

Expand All @@ -65,9 +65,6 @@ Using `getLocalWasmBuffer` is needed for **offline** profile generation, but not
:::
### Load the protocol driver
Some examples depend on `ProfileGenerator` , which requires the protocol driver. If it's not loaded, you'll get the error:
Expand Down Expand Up @@ -133,7 +130,6 @@ console.log(defaultProfile.account.toString());
```
### Create transaction
_This code can be run in an offline environment_
Expand Down

0 comments on commit 342973a

Please sign in to comment.