5e5d17fc82
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
index.html | ||
index.js | ||
package.json | ||
webpack.config.js | ||
yarn.lock |
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!