acc-token-contracts
v1.4.0
Published
The smart contract source code of ACC Coin Project
Downloads
20
Readme
Introduction
This project contains the smart contract source code of ACC Coin Project
WhitePaper
Install NodeJS
https://nodejs.org/en/download
Install yarn
npm install -g yarn
Install Project
git clone https://github.com/acc-coin/acc-token-contracts.git
cd acc-token-contracts
yarn install
Test Project
cp -r env/.env.sample env/.env
yarn run test