tbtc
v0.7.0-pre.1
Published
deposit contract for TBTC
Downloads
14
Readme
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