git clone https://github.com/spacelan/DTF.git && cd DTF
npm install -g truffle
npm install
truffle compile
- Add network provider to truffle.js
- Execute
truffle migrate
- Install the metamask extension to chrome
- Open the remix web solidity IDE
- Paste the DTF.sol code to remix editor and compile it
- Switch to Run tab and deploy the DTF contract
- Open metamask sign and send the contract creation transaction
Send ETHs to the DTF contract address, and you will receive corresponding DTF tokens
Send DTF tokens to 0x0000000000000000000000000000000000000000, and you will receive corresponding real tokens
DTF is also an ERC20 standard token, you can trade it in any supported exchanges
0x67bC5f55C15181d753a46D0B46344DF0ef4E982D
0x2673CBE5A8D2139A02c65B914103A597F58d4aBa
MIT