Skip to content

Stacks Wallet is a browser extension for managing your digital assets and connecting to apps built with the Stacks blockchain.

License

Notifications You must be signed in to change notification settings

qxotk/stacks-wallet-web

Repository files navigation

The Blockstack App

Source code is available on Github at https://github.com/blockstack/ux/tree/main/packages/app

The Blockstack App is an application for interacting and authenticating with Blockstack apps. It can be used as a hosted web app (available at app.blockstack.org) or as a browser extension.

To use this application with your own Blockstack App, we recommend using Blockstack Connect.

Table of Contents:

Development

Although this app is usable as a browser extension, the best interface for development is as a normal web app. This is because it's faster and easier to develop it as a web app, for reasons like hot module loading, and not having to deal with the browser extensions UI constantly.

Setup

Clone this repository and install dependencies:

git clone https://github.com/blockstack/ux
cd ux
yarn

Run Locally

yarn dev

Then, open localhost:8080.

Build and install browser extension

Documentation for building browser extensions can be found in the top-level README.md file of this repository.

About

Stacks Wallet is a browser extension for managing your digital assets and connecting to apps built with the Stacks blockchain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.7%
  • Other 0.4%