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 devTo 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-allThis will build both MacOS and Windows versions.