https://github.com/digixglobal/lite-dgx-contract
Wrapper Token for Digix Gold Token (DGX)
https://github.com/digixglobal/lite-dgx-contract
Last synced: about 1 year ago
JSON representation
Wrapper Token for Digix Gold Token (DGX)
- Host: GitHub
- URL: https://github.com/digixglobal/lite-dgx-contract
- Owner: DigixGlobal
- Created: 2018-05-21T03:13:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T20:20:27.000Z (about 3 years ago)
- Last Synced: 2024-04-25T04:22:32.927Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 316 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```