Skip to content

Files

Latest commit

debd6fe · Nov 7, 2022

History

History
This branch is 34 commits ahead of, 599 commits behind gakonst/ethers-rs:master.

ethers-wasm

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!