ethers-rs/examples/ethers-wasm
Georgios Konstantopoulos 87b10bdf24 Revert "chore: disable dev deps for release"
This reverts commit d8a1be6fb1.
2022-10-25 11:12:50 -07:00
..
src
tests
.gitignore
Cargo.toml Revert "chore: disable dev deps for release" 2022-10-25 11:12:50 -07:00
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!