ethers-rs/examples/ethers-wasm
dependabot[bot] 3d26b84ee0
chore(deps): bump nth-check from 2.0.0 to 2.0.1 in /examples/ethers-wasm (#466)
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 22:50:21 -05:00
..
src feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
tests feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
.gitignore feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
Cargo.toml feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
README.md feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
index.html feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
index.js feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
package.json feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
webpack.config.js feat: add wasm http provider support (#403) 2021-08-24 01:28:05 +03:00
yarn.lock chore(deps): bump nth-check from 2.0.0 to 2.0.1 in /examples/ethers-wasm (#466) 2021-09-22 22:50:21 -05: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!