ethers-rs/examples/ethers-wasm
dependabot[bot] d050bc7081
chore(deps): bump url-parse from 1.5.3 to 1.5.7 in /examples/ethers-wasm (#932)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19 15:55:29 +02:00
..
src fix: make ethers-wasm workspace member (#642) 2021-12-03 19:27:55 +02:00
tests fix: make ethers-wasm workspace member (#642) 2021-12-03 19:27:55 +02:00
.gitignore feat: wasm support (#390) 2021-08-23 12:56:44 +03:00
Cargo.toml feat(solc): add configurable Artifact type (#907) 2022-02-17 17:31:35 +02: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 url-parse from 1.5.3 to 1.5.7 in /examples/ethers-wasm (#932) 2022-02-19 15:55:29 +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!