DigixGlobal / lite-dgx-contract

Wrapper Token for Digix Gold Token (DGX)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiteDGX

Wrapper contract for Digix Gold Token (DGX)

Overview

  • No transfer fees
  • No demurrage fees
  • ERC-20 and ERC-677 compliant
  • Rate of DGX/LiteDGX will appreciate over time due to the demurrage fees on the underlying DGXs in the contract. This rate can be read from calling getDgxLdgxRate and divide the result by 10^9

Test

  • Install the dependencies
    rm package-lock.json
    npm install
    
  • Compile the contracts
    rm -rf build/
    ./node_modules/.bin/truffle compile
    
  • Run tests
    npm test
    

About

Wrapper Token for Digix Gold Token (DGX)


Languages

Language:JavaScript 90.3%Language:Shell 9.7%