Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 400 Bytes

testing.md

File metadata and controls

11 lines (8 loc) · 400 Bytes

Testing Guide

Testing Commands:

Tests are made against Lacchain Open Pro Testnet because of the Gas Model needed to simulate transactions.

 yarn hardhat test test/chainOfTrust/ChainOfTrustBase.test.ts  --network lacchain
 yarn hardhat test test/chainOfTrust/ChainOfTrust.test.ts  --network lacchain
 yarn hardhat test test/publicDirectory/PublicDirectory.test.ts --network lacchain