/stacks-wallet

The Stacks Wallet. Easily send and receive tokens on the Blockstack network.

Primary LanguageJavaScript

Stacks Wallet

The Stacks Wallet enables holders of Stacks to send and receive tokens. Read the announcement here.

The Stacks Wallet

Releases

Get the latest release here: https://github.com/blockstack/stacks-wallet/releases

Running the Wallet Locally

$ npm install

# or

$ yarn
$ npm run dev

# or

$ yarn dev

Building from Source

To build your own version of the wallet, you can clone this repository and then run the following commands:

$ npm install
$ npm run package-all

# or

$ yarn
$ yarn package-all

This will build both MacOS and Windows versions.