Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History

solidity

tBTC

Contains the on-chain smart contracts and tests.

Setup

npm install

Compilation

npm run compile

Lint

# Show issues
npm run lint

# Automatically fix issues
npm run lint:fix