1.0.0 • Published 6 years ago

lite-dgx-contract v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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 decay 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
    npm install
    npm i -g truffle
  • Compile the contracts
    truffle compile
  • Run tests
    npm test