@strangemood/evm
v0.4.0
Published
``` # Download and install foundry curl -L https://foundry.paradigm.xyz | bash
Downloads
6
Readme
strangemood-eth
# Download and install foundry
curl -L https://foundry.paradigm.xyz | bash
# Setup foundry
foundryup
# Install dependencies
forge install
# Run tests
forge test