mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
2d7633e8b842cf231f10c2ea032de3bcd67258ff
Blockstack UX Team Monorepo
This monorepo contains a few key packages that the User Experience team at Blockstack maintains:
- app: An application for authenticating into Blockstack apps. Available as a web app and a browser extension.
- connect: A developer tool for building excellent user experiences in Blockstack apps
- ui: Blockstack's internal design system and React component library
- keychain: A library for Blockstack identity management
Development environment setup
The first time you setup a development environment for this repository, follow these steps:
- Clone this package.
- Run
yarn bootstrapto install top-level dependencies - In the command line, run
yarn devwhich will run two apps:packages/test-appwhich runs at localhost:3000 and implements an example of connectpackages/appwhich is the auth app, running at localhost:8080
For development instructions of specific packages, see the README in each package folder.
Languages
TypeScript
97.4%
JavaScript
1.7%
Clarity
0.3%
CSS
0.3%
HTML
0.2%