A development environment for Starknet Solidity contracts.
curl -L https://foundry.paradigm.xyz | bash
foundryup
Unit
forge test -vv
Start Avnvil as background process w/ Core Contracts and STARK token:
./script/sn-base-dev.sh
Kill Anvil deployment:
./script/sn-base-kill.sh
Zaun sandbox crate can be used as dev dependency in external projects for integration testing.
If any changes made to the Solidity contracts, one has to re-generate Ethers bindings (this won't be done automatically).
make artifacts
PoC solidity implementation of the following Starknet Decentralized Protocol proposal: