# 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 ```