Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 516 Bytes

sbtc-bridge

Introduction

sBTC bridge interacts with the sBTC protocol to provide decentralised, permissionless deposits and withdrawals of Bitcoin to layer 2 - via Stacks.

sbtc.tech.

Development

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"