dms-token-contracts
v1.0.0
Published
The smart contract source code of DMS Coin Project
Keywords
Readme
Introduction
This project contains the smart contract source code of DMS Coin Project
Install NodeJS
https://nodejs.org/en/download
Install yarn
npm install -g yarnInstall Project
git clone https://github.com/bosagora/dms-token-contracts.git
cd dms-token-contracts
yarn installTest Project
cp -r env/.env.sample env/.env
yarn run test