10grans Staking contract and helper scripts
Go to file
Julian Yap 54d1291b96 Initial commit 2020-12-25 02:59:59 -10:00
contracts Initial commit 2020-12-25 02:59:59 -10:00
migrations Initial commit 2020-12-25 02:59:59 -10:00
test Initial commit 2020-12-25 02:59:59 -10:00
.gitignore Initial commit 2020-12-25 02:59:59 -10:00
README.md Initial commit 2020-12-25 02:59:59 -10:00
package.json Initial commit 2020-12-25 02:59:59 -10:00
yarn.lock Initial commit 2020-12-25 02:59:59 -10:00

README.md

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