ethers-rs/examples/ethers-wasm
dependabot[bot] 3323641311
chore(deps): bump wasm-bindgen-test from 0.3.33 to 0.3.34 (#2111)
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.33 to 0.3.34.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-05 17:33:31 -08:00
..
abi refactor: examples (#1940) 2022-12-29 14:53:11 +02:00
src refactor: examples (#1940) 2022-12-29 14:53:11 +02:00
tests refactor: examples (#1940) 2022-12-29 14:53:11 +02:00
.gitignore fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
Cargo.toml chore(deps): bump wasm-bindgen-test from 0.3.33 to 0.3.34 (#2111) 2023-02-05 17:33:31 -08:00
README.md fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
index.html fmt: all (#1751) 2022-09-28 11:58:26 -07:00
index.js fmt: all (#1751) 2022-09-28 11:58:26 -07:00
package.json fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
webpack.config.js fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
yarn.lock chore(deps): bump ansi-regex in /examples/ethers-wasm (#1771) 2022-10-07 10:05:04 -07:00

README.md

ethers-wasm

Example

Install wasm-pack with

yarn install

Start a local Anvil or Ganache instance

yarn anvil
or
yarn ganache

Build the example locally with:

yarn serve

Visit http://localhost:8080 in a browser to run the example!