airswap / airswap-token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 62.6%Language:Solidity 37.4%