2.3.0 • Published 1 year ago
loyalty-tokens v2.3.0
Introduction
This project contains the smart contract source code of the loyalty token(LYT)
WhitePaper
Install NodeJS
https://nodejs.org/en/download
Install yarn
npm install -g yarnInstall Project
git clone https://github.com/bosagora/loyalty-tokens.git
cd loyalty-tokens
yarn installTest Project
cd packages/contracts
cp -r env/.env.sample env/.env
yarn run test