f7a066e700
* 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 |
||
---|---|---|
.. | ||
abi | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
index.html | ||
index.js | ||
package.json | ||
webpack.config.js | ||
yarn.lock |
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!