1.1.0 • Published 4 years ago
@elpis-global/vesting v1.1.0
Elpis Global Basic Contracts
This is basic smart contract with similar feature cross project. Project include testing, formatting, and some kind of stuff for deployment to mainnet or testnet
Requirements
Installation
Copy file .env.example to .env and you need fill PRIVATE_KEY variable
Installation node packages with yarn
yarn iFolder structure
.
├── contracts # Main constract source folder
├── deploy # Documentation files (alternatively `doc`)
├── test # Automated tests (alternatively `spec` or `tests`)
└── README.mdUsage
Testing and Reporting
Normal test
yarn testTest with gas report
yarn test:gasTest with coverage report
yarn test:coverageFormat code and CI check
Code format
yarn lintCode check with CI
yarn lint-ciDeploying
Check file package.json
1.1.0
4 years ago