ethers-rs/examples/ethers-wasm
dependabot[bot] 37bd21db16
chore(deps): bump wasm-bindgen-test from 0.3.32 to 0.3.33 (#1700)
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.32 to 0.3.33.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: wasm-bindgen-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 12:45:31 -07:00
..
src fix: make ethers-wasm workspace member (#642) 2021-12-03 19:27:55 +02:00
tests fix: set chain id explicitly (#1647) 2022-08-30 09:45:36 -07:00
.gitignore feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
Cargo.toml chore(deps): bump wasm-bindgen-test from 0.3.32 to 0.3.33 (#1700) 2022-09-15 12:45:31 -07: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 terser from 4.8.0 to 4.8.1 in /examples/ethers-wasm (#1489) 2022-07-24 03:22:31 +02: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!