项目作者: DexyProject

项目描述 :
DEXY Smart contracts
高级语言: Solidity
项目地址: git://github.com/DexyProject/protocol.git
创建时间: 2018-01-01T14:47:12Z
项目社区:https://github.com/DexyProject/protocol

开源协议:GNU General Public License v3.0

下载


DEXY

Build Status License

Smart Contracts for the DEXY exchange project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

DEXY uses npm to manage dependencies, therefore the installation process is kept simple:

  1. npm install

Running tests

DEXY uses truffle for its ethereum development environment. All tests can be run using truffle:

  1. truffle test

To run linting, use solium:

  1. solium --dir ./contracts

Deployed Addresses

Mainnet

Ropsten

Kovan

Built With

  • Truffle - Ethereum development environment

Authors

See also the list of contributors who participated in this project.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details