Skip to content

stacks-network/sbtc-bridge-web

Repository files navigation

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"