ethers-rs/examples/wasm
DaniPopes f7a066e700
chore: update release process (#2278)
* chore: strip ethers prefix for the ethers-wasm example

* chore: set publish to false and version to 0.0.0 for all example crates

* chore: remove unused release helpers

* chore: move CHANGELOG.md to CHANGELOG-OLD.md

* chore: update lockfile and wasm renames

* chore: renames

* chore: use git-cliff for generating CHANGELOG.md

* chore: renames

* chore: update release.toml

* chore: move examples script

mv \
scripts/examples.sh \
bin/run_all_examples

* chore: add release script

* fix: update release script and document

* fix: mv

* docs: remove 'update changelog' in PR template
2023-03-20 21:21:04 -07:00
..
abi chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
src chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
tests chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
.gitignore chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
Cargo.toml chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
README.md chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
index.html chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
index.js chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
package.json chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
webpack.config.js chore: update release process (#2278) 2023-03-20 21:21:04 -07:00
yarn.lock chore: update release process (#2278) 2023-03-20 21:21: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!