nfttoken / kcc-genesis-contracts

Genesis contracts for kcc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to the right node version:

nvm use 

Install Dependencies:

yarn install 

Build Contracts:

npx hardhat compile 

Test:

npx hardhat test

Generate Test Coverage Report:

npx hardhat coverage 

Generate ABI:

npx hardhat abi-gen

Audit report

About

Genesis contracts for kcc.

License:MIT License


Languages

Language:TypeScript 67.8%Language:Solidity 32.0%Language:JavaScript 0.2%