sBTC bridge interacts with the sBTC protocol to provide decentralised, permissionless deposits and withdrawals of Bitcoin to layer 2 - via Stacks.
node -v
npm install
npm run 'mode'
where mode is one of;
"dev": "mode development"0
// run against api deployed locally connecting to testnet
"lt": "mode local-testnet"
// run against api deployed locally connecting to mainnet
"lm": "mode local-mainnet"