DutchX Dao (DaoStack)
DAO (Decentralized Autonomous Organization) for managing the DutchX.
The Dutch Exchange (DutchX) is a fully decentralized exchange, which
allows everyone to add any trading token pair.
It uses the [Dutch auction] principle, to prevent the problems that
other exchanges are experiencing (such as front running) getting a
fairer ecosystem for everyone to use.
There is no restriction besides the fact that tokens must be
ERC20 compliant.
Documentation
Checkout the DutchX Documentation.
Run tests
npm install
npm run rpc
npm run test
For running a particular test:
npx truffle test <name-of-the-test>
Migrations
Local:
npm run migrate
Rinkeby:
npm run migrate -- --network rinkeby
Mainnet:
npm run migrate -- --network mainnet