ccns / ccns-nov-regular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCNS NOV REGULAR

Sample Contract

Development

  1. clone
git clone https://github.com/wiasliaw/ccns-nov-regular.git
  1. install
cd ccns-nov-regular
npm install
  1. compile contract
npm run compile
  1. test contract
npm run test
  1. deploy and mint
npm run deploy:goerli
npm run mint:goerli

About

License:MIT License


Languages

Language:JavaScript 82.8%Language:Solidity 17.2%