Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 313 Bytes

Frabric Protocol

This repository contains all the smart contracts which make up the Frabric Protocol, along with their tests and deployment scripts.

Setup

Assuming nodejs >= 16, npx, and yarn are available,

yarn

Testing

npx hardhat test

Coverage

npx hardhat coverage