[go: up one dir, main page]

Skip to content

spacelan/DTF

Repository files navigation

A Solution of Decentralized Token Fund

How To Build

git clone https://github.com/spacelan/DTF.git && cd DTF
npm install -g truffle
npm install
truffle compile

How To Deploy

Truffle's Way

  1. Add network provider to truffle.js
  2. Execute truffle migrate

Remix's Way

  1. Install the metamask extension to chrome
  2. Open the remix web solidity IDE
  3. Paste the DTF.sol code to remix editor and compile it
  4. Switch to Run tab and deploy the DTF contract
  5. Open metamask sign and send the contract creation transaction

How to Use

Buy

Send ETHs to the DTF contract address, and you will receive corresponding DTF tokens

Sell

Send DTF tokens to 0x0000000000000000000000000000000000000000, and you will receive corresponding real tokens

trade

DTF is also an ERC20 standard token, you can trade it in any supported exchanges

Example

0x67bC5f55C15181d753a46D0B46344DF0ef4E982D

Donate

0x2673CBE5A8D2139A02c65B914103A597F58d4aBa

License

MIT

About

Decentralized Token Fund

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published