loyalty-tokens
v2.3.0
Published
Smart contracts for the loyalty tokens
Downloads
118
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 yarn
Install Project
git clone https://github.com/bosagora/loyalty-tokens.git
cd loyalty-tokens
yarn install
Test Project
cd packages/contracts
cp -r env/.env.sample env/.env
yarn run test