|
## Example usage of ethers-rs from WASM
|
|
|
|
Install wasm-pack with
|
|
|
|
yarn install
|
|
|
|
Start a local ganache instance
|
|
|
|
yarn ganache
|
|
|
|
Then you can build the example locally with:
|
|
|
|
yarn serve
|
|
|
|
and then visiting http://localhost:8080 in a browser should run the example! |