10grans Staking contract and helper scripts
Go to file
Moon Man 6a91eacd20 Merge branch 'master' of ssh://git.shipoclu.com:2222/moon/ubiq-grans-yieldfarm 2022-02-10 22:25:26 -07:00
contracts my changes 2021-02-04 16:01:25 -07:00
migrations my changes 2021-02-04 16:01:25 -07:00
test Initial commit 2020-12-25 02:59:59 -10:00
.gitattributes force language 2022-02-10 22:24:58 -07:00
.gitignore Initial commit 2020-12-25 02:59:59 -10:00
README.md fix docu 2022-02-11 05:23:45 +00:00
package.json my changes 2021-02-04 16:01:25 -07:00
truffle-config.js fix rm api key 2022-02-10 22:20:39 -07:00
yarn.lock my changes 2021-02-04 16:01:25 -07:00

README.md

Ubiq Token Generation Event (TGE) Framework - Smart contracts

Yield Farm for Shinobi 10GRANS/UBQ liquidity token for receiving 10GRANS 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