Connect Wallet
Learn how to integrate wallet connections into your Stacks application. Connecting a wallet authenticates users and enables blockchain interactions like transfers and contract calls.

For the latest releases and versions of @stacks/connect, check out its npm page here.
What you'll learn
Install the
@stacks/connectpackageConnect to a wallet and authenticate users
Manage authentication state
Access user account data
Prerequisites:
Node.js installed on your machine
A web application setup (React, Vue, or vanilla JS)
Basic understanding of async/await
Quickstart
Install package
Add Stacks Connect to your project:
Connect and authenticate
Use connect to initiate a wallet session and persist user data:
Manage authentication state in your app:
Access user data
Read persisted addresses and request full account details:
Make your first transaction
Request the wallet to broadcast a transfer:
Last updated
Was this helpful?