Stateswap is a protocol to create state change swaps between arbitrary smart contract function calls.
Find more information here.
Install dependencies with Yarn:
yarn
Run testrpc (ganache-cli) to provide a simulated EVM:
yarn testrpc
In a separate terminal, run the testuite:
yarn test
Lint all Solidity files with:
yarn lint
Run static analysis tooling with:
yarn analyze
Edit truffle-config.js according to your deployment plans, then run:
yarn run truffle deploy --network [network]