tbtc
v0.7.0-pre.1
Published
deposit contract for TBTC
Downloads
22
Readme
tBTC
Contains the on-chain smart contracts and tests.
Setup
npm installCompilation
npm run compileLint
# Show issues
npm run lint
# Automatically fix issues
npm run lint:fix