This repository includes AirSwap exchange and token smart contracts. Using Truffle for development and testing.
We're running an ongoing bug bounty. Details on the AirSwap blog. To browse prior submissions, please see submissions.md.
Use Yarn or NPM to install dependencies.
yarn install -g truffle
yarn install -g ethereumjs-testrpc
yarn install
To test, first run a testrpc instance.
testrpc
Then, run the Truffle test command.
truffle test