Skip to content

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