Skip to content

GitKitNet/stacks-wallet

 
 

Repository files navigation

Hiro Wallet—Desktop

GitHub Workflow Status GitHub release (latest SemVer) semantic-release coverage

Open in Visual Studio Code

Hiro Wallet Hero

Implementation of the Stacks 2.0 wallet for Desktop

Getting started

  1. Ensure you have Yarn installed.
  2. After cloning the repository, run yarn in the root of the project to install the dependencies.
  3. Run yarn dev:testnet to start a development server.

Ubuntu

Ensure you're using a recent version of Node v14 and yarn 1. This project requires these versions for development.

If you're using nvm, you can install and use Node v14 with,

nvm install 14
nvm use 14

When using Node v14, yarn needs to be installed separately. Follow yarn's installation instructions.

With Node v14 and yarn installed, run yarn dev:testnet to start developing.

About

Stacks Wallet—Send and receive STX tokens on the Stacks Blockchain.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 4.8%
  • Other 0.4%