Smart Contracts for the DEXY exchange project.
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.
DEXY uses npm to manage dependencies, therefore the installation process is kept simple:
npm install
DEXY uses truffle for its ethereum development environment. All tests can be run using truffle:
truffle test
To run linting, use solium:
solium --dir ./contracts
- Exchange: 0x1d150cfcd9bfa01e754e034442341ba85b85f1bb
- Vault: 0x3956925d7d5199a6db1f42347fedbcd35312ae82
- Exchange: 0xeea40bf84bd146ec53063b6aacfec250e23e200b
- Vault: 0xbac2d30ecf6e22080ad8d11c892456c569a2f4dd
- Exchange: 0x0fc2843d2bb414a896cbbba613c75e1d05e2eee4
- Vault: 0xf7d3db5afbee4e0a4f0935133fb71f57633f51a5
- Truffle - Ethereum development environment
See also the list of contributors who participated in this project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details