ethers-rs/examples/ethers-wasm
DaniPopes 439a0c7de0
chore(deps): bump and use workspace dependencies (#2222)
* chore: update all deps

* chore: update dependabot

* chore: separate ethers package from workspace

* chore: package metadata

* chore: use package.*.workspace = true

* fix: docs.rs build

* chore: update examples manifests

* chore: use workspace dependencies for ethers-* crates

* fix: test

* chore: use workspace dependencies for all dependencies

* chore: pin rust-crypto

* chore: add license field to example crates

* fixes

* more fixes

* fix: test

* last fixes

* fix: wasm

* fix: docs.rs build

* fix

* fix: wasm-pack error

see also https://github.com/rustwasm/wasm-pack/issues/1238

* fix: wasm deps and example

* ci: update

* fix: wasm tests

* fix: eip712 tests

* fix: windows ci

* fix

* chore: update docsrs metadata

* chore: bump version to match crates.io

* chore: rm bad release.toml config

* chore: rm release.toml

bad configuration

* chore: add exclude to workspace

* fix: middleware

* fix: solc feature flags

* chore: run cargo upgrade

* chore: update deps

* chore: update remaining deps

* undo fix

* update lock

* bump yubi

* fix: update coins-* and fix spki breaking changes
2023-03-16 12:28:35 -07:00
..
abi chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
src chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
tests chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
.gitignore fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
Cargo.toml chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07: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 chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
package.json chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00
webpack.config.js fix: WASM example (#1719) 2022-09-19 10:49:27 -07:00
yarn.lock chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -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!