@avareum/evm-tools
v0.15.0
Published
1. install `anvil` via `foundryup`
Downloads
9
Readme
- install
anvil
viafoundryup
brew install libusb
curl -L https://foundry.paradigm.xyz | bash
source /Users/katopz/.zshenv
foundryup
Dev
wasm-pack build --target web
Test
# rs
cargo test
# wasm
wasm-pack test --headless --firefox
# js
cargo test
cp ./tests/index.html ./pkg
npx live-server ./pkg
open http://127.0.0.1:8080/
Release
. ./release.sh