59a82a1c8f
* fix: wasm example * fix: webpack 5.0 * fix: scripts |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
index.html | ||
index.js | ||
package.json | ||
webpack.config.js | ||
yarn.lock |
README.md
ethers-wasm
Example
Install wasm-pack with
yarn install
Start a local Anvil or Ganache instance
yarn anvil
or
yarn ganache
Build the example locally with:
yarn serve
Visit http://localhost:8080 in a browser to run the example!