taoyafan / MDX_contracts

MDEX swap contracts and test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mdxsawp Contract

npm install

If not install truffle yet, install truffle.

npm install -g truffle

Compile contracts under folder 'contracts'

truffle compile

Write test script and launch ganache or geth.

Then, run:

truffle test

About

MDEX swap contracts and test


Languages

Language:Solidity 98.2%Language:JavaScript 1.8%