Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 341 Bytes

LINO Ethereum Smart Contract

An ERC20 standard compliant token. Built on the OpenZeppelin framework.

Development

Setup

Install dev dependencies

cd lino-erc20-smart-contract
npm install

Test

Allow permission to test script and run test script

chmod u+x scripts/test.sh
npm run test