2.3.0 • Published 10 months ago

loyalty-tokens v2.3.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
10 months ago

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