Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 231 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 231 Bytes

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