ethers-rs/examples/ethers-wasm
Meet Mangukiya 6d5bebd860
Release process and CI (#1240)
* Fix the crate versions

* release.toml: add cargo-release config

* CONTRIBUTING.md: Update Releasing section

* feat: add release github workflow

* feat: generate CHANGELOGs and create github releases in CI
2022-05-13 13:10:05 -07:00
..
src
tests
.gitignore
Cargo.toml Release process and CI (#1240) 2022-05-13 13:10:05 -07:00
README.md
index.html
index.js
package.json
webpack.config.js
yarn.lock chore(deps): bump async from 2.6.3 to 2.6.4 in /examples/ethers-wasm (#1196) 2022-05-02 12:34:06 -07:00

README.md

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!