https://github.com/kaonone/ethberlinzwei-hackaton
Unisaur.cz is DEX+Money Market where you can create and trade Facebook-priced tokens (or any other assets from NASDAQ/NYCE/etc)
https://github.com/kaonone/ethberlinzwei-hackaton
Last synced: 2 months ago
JSON representation
Unisaur.cz is DEX+Money Market where you can create and trade Facebook-priced tokens (or any other assets from NASDAQ/NYCE/etc)
- Host: GitHub
- URL: https://github.com/kaonone/ethberlinzwei-hackaton
- Owner: kaonone
- License: mit
- Created: 2019-08-24T10:33:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:10:56.000Z (over 2 years ago)
- Last Synced: 2025-01-24T06:12:45.975Z (4 months ago)
- Language: JavaScript
- Homepage: https://unisaur.cz/
- Size: 14.3 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ethberlinzwei-hackaton
1. Install openzeppelinsdk: npm install -g [email protected] [email protected] @openzeppelin/[email protected]
2. Install chainlink: nom install —save-dev chainlink
3. Build contracts: -openzeppelin compile
4. Migration openZeppelin create
- WrappedEther
- FBToken
- MoneyMarket
- TokenBorrowFactory```bash
# deployment on kovanWrappedEther: 0x174B2918417f150Ca19eC5915fe090E543df2eeb,
FBToken: 0x174B2918417f150Ca19eC5915fe090E543df2eeb,
MoneyMarket: 0x174B2918417f150Ca19eC5915fe090E543df2eeb,
TokenBorrowFactory: 0x174B2918417f150Ca19eC5915fe090E543df2eeb,```