ethers-rs/examples/ethers-wasm
dependabot[bot] ee8a02502e
chore(deps): bump eventsource in /examples/ethers-wasm (#1334)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 09:34:01 -07: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 chore(deps): bump wasm-bindgen-test from 0.3.30 to 0.3.31 (#1391) 2022-06-20 10:54:03 -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 eventsource in /examples/ethers-wasm (#1334) 2022-06-30 09:34:01 -07: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!