Skip to content

cryptocontrol/dex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoControl DEX - Decentralized Exchange for CCIO

CryptoControl DEX is a fork of OasisDEX by MakerDAO. It allows you to trade CCIO tokens with ETH.

This is a simple on-chain OTC market for ERC20 Standard Tokens on the Ethereum Blockchain. You can either pick an order from the order book (in which case delivery will happen instantly), or submit a new order yourself.

CryptoControl DEX is undergoing alpha testing: Proceed at your own risk, and use only small amounts of ETH and MKR.

Overview

This dapp uses Meteor as frontend; the contract side can be tested and deployed using dapple.

Usage (for Users)

Ensure you have a locally running ethereum node.

Installation (for Developers)

Requirements:

Clone and install:

git clone https://github.com/cryptocontrol/dex.git
cd oasis
npm install

Usage (for Developers)

To run the frontend, start meteor:

cd frontend
npm install
meteor

You can access the user interface on http://localhost:3000/

To deploy the frontend to Github Pages:

gulp deploy

Development

This project uses the AirBnB style guide for coding standard guidelines. We use ESLint to automatically check for common code problems or style errors. There's an eslintConfig section in frontend/package.json for the configuration of ESLint. You can run the linter with:

cd frontend
meteor npm run lint

License

This project is licensed under the terms of the Apache License 2.0.

Acknowledgements

About

Decentralized Token Market for the CryptoControl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • HTML 21.6%
  • CSS 12.9%