/airswap-token

Primary LanguageJavaScript

⚠️ 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