Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 260 Bytes

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!