ethers-rs/examples/ethers-wasm
DaniPopes 59a82a1c8f
fix: WASM example (#1719)
* fix: wasm example

* fix: webpack 5.0

* fix: scripts
2022-09-19 10:49:27 -07:00
..
src fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
tests fix: set chain id explicitly (#1647) 2022-08-30 09:45:36 -07:00
.gitignore fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
Cargo.toml fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
README.md fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
index.html feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
index.js feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
package.json fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
webpack.config.js fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
yarn.lock fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00

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!