ethers-rs/examples/ethers-wasm
Dan Cline 80d887b67e
docs: update MRSV to 1.64 (#1926)
* IntoFuture was implemented in #1826, which means the MSRV should now
   be 1.64
2022-12-05 22:04:48 -08:00
..
src chore: clippy (#1812) 2022-11-07 15:43:11 -08: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 docs: update MRSV to 1.64 (#1926) 2022-12-05 22:04:48 -08:00
README.md fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
index.html fmt: all (#1751) 2022-09-28 11:58:26 -07:00
index.js fmt: all (#1751) 2022-09-28 11:58:26 -07: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 chore(deps): bump ansi-regex in /examples/ethers-wasm (#1771) 2022-10-07 10:05:04 -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!