hirosystems / stacks-wallet

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

Home Page:https://www.hiro.so/wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Ensure you have a recent version of Node.js 16 and Yarn 1 installed. Note that recent versions of Node.js 16 come with Corepack, which allows using Yarn without any additional installation once enabled,

corepack enable yarn

After cloning the repository, run yarn in the root of the project to install the dependencies.

Finally, run yarn dev:testnet to start a development server.

Environment variables

The environment variables used are listed in webpack.config.base.js.

During development, their value can be set by defining them before running the app,

export MY_VAR=value
yarn dev:testnet

For pipelines that build the app, the environment variables are defined in the pipeline definition file.

About

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

https://www.hiro.so/wallet


Languages

Language:TypeScript 94.8%Language:JavaScript 4.7%Language:HTML 0.3%Language:Shell 0.1%