The Stacks Wallet enables holders of Stacks to send and receive tokens. Read the announcement here.
Get the latest release here: https://github.com/blockstack/stacks-wallet/releases
$ npm install
# or
$ yarn
$ npm run dev
# or
$ yarn dev
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.