Erkansukgen / MVPR-solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVPR Solidity

Usage

Pre Requisites

Before running any command, make sure to install dependencies:

$ yarn install

Compile

Compile the smart contracts with Hardhat:

$ yarn compile

TypeChain

Compile the smart contracts and generate TypeChain artifacts:

$ yarn typechain

Lint Solidity

Lint the Solidity code:

$ yarn lint:sol

Lint TypeScript

Lint the TypeScript code:

$ yarn lint:ts

Test

Run the Mocha tests:

$ yarn test

Coverage

Generate the code coverage report:

$ yarn coverage

Clean

Delete the smart contract artifacts, the coverage reports and the Hardhat cache:

$ yarn clean

License Credits

External to the original code created for this DevXDAO implementation, credit is owed Maxim Orlovsky for elements of the EIP-1329 used in the codebase

About

License:Other


Languages

Language:Solidity 73.5%Language:JavaScript 19.2%Language:TypeScript 7.0%Language:Shell 0.3%