https://github.com/daostack/locked-gen
https://github.com/daostack/locked-gen
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daostack/locked-gen
- Owner: daostack
- License: gpl-3.0
- Created: 2019-12-02T12:59:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T11:49:09.000Z (over 5 years ago)
- Last Synced: 2025-03-18T07:42:58.400Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Locked-GEN / LGN
##### A contract for locking GENs. This contract converts GENs to Locked-GENs (LGNs) and back after a locking period.- LGNs are standard ERC20 tokens that can be transferred freely.
- To redeem the LGNs back to GENs, one has to give the LGNs back to the contract and wait the locking time (2 years).
- The main intention of this contract is to give the Genesis DAO an option to distribute Locked-GENs to its members.
- A live interface to interact with the contracts can be found here. **ToDo**## Live instances
- Mainnet: **ToDo**
- Rinkeby: **ToDo**## Develop
To run the interface locally: **ToDo**
```npm run start```To test the contracts:
```npm run test```