loyalty-tokens
v2.3.0
Published
Smart contracts for the loyalty tokens
Keywords
Readme
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