babylonlabs-io / simple-staking

Other
8 stars 9 forks source link

Bitcoin Staking dApp

The Bitcoin Staking dApp is a web application integrating with extension wallets that allows a user to stake their Bitcoin. It is hosted by Babylon and serves as a reference implementation for entities that want to set up their own staking website.

Develop

To set up a development environment, first specify the required environment variables in the .env.local file in the root directory:

cp .env.example .env.local

where,

Then, to start a development server:

npm run dev

Wallet Integration

Instructions for wallet integration can be found in this document.