Skip to content

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

Notifications You must be signed in to change notification settings

tirumerla/stacks-wallet

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • HTML 0.5%