Bart200c / contracts

IDEN3 smartcontracts

Home Page:https://www.iden3.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDEN3 Smartcontracts Test

  • State
  • SchemaRegistry
  • SchemaUrlRegistry

Deployment

Uncomment networks object and updated blockchain provider url and private key in hardhat.config.js for the relevant network. Then run the deployment script:

npx hardhat run --network <your-network> scripts/deploy.js

Run tests

npx hardhat test

Run tests with gas statistics report:

REPORT_GAS=true npx hardhat test 

Run tests with gas statistics and costs report:

COINMARKETCAP_KEY=<<your coinmarketcap key>> REPORT_GAS=true npx hardhat test 

Other Hardhat commands

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat node
npx hardhat help

About

IDEN3 smartcontracts

https://www.iden3.io


Languages

Language:TypeScript 53.7%Language:Solidity 41.2%Language:Go 3.1%Language:JavaScript 2.0%