Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 799 Bytes

⚠️ This repository is not maintained. Please see: https://github.com/airswap/airswap-protocols

AirSwap Contracts

This repository includes AirSwap exchange and token smart contracts. Using Truffle for development and testing.

Bug Bounty

We're running an ongoing bug bounty. Details on the AirSwap blog. To browse prior submissions, please see submissions.md.

Getting Started

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