Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 711 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 711 Bytes

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.