ubiq-grans-yieldfarm/README.md

26 lines
386 B
Markdown
Raw Normal View History

2020-12-25 12:59:59 +00:00
# Ubiq Token Generation Event (TGE) Framework - Smart contracts
Yield Farm for Shinobi ESCH/UBQ liquidity token for receiving TGE1 rewards
Based off of smart contracts from Synthetix: https://github.com/Synthetixio/synthetix
## Requirements
* Truffle v5.1.58+
* Nodejs 14+
## Build
Install prequisites:
```
$ npm install
```
Build the contracts run:
```
$ truffle compile
```