mirror of
https://github.com/zhigang1992/connect.git
synced 2026-01-12 22:46:28 +08:00
@blockstack/rpc-client@0.3.0-alpha.9
- @blockstack/app@1.13.3 - @blockstack/connect@2.10.3 - @blockstack/keychain@0.10.3 - @blockstack/rpc-client@0.3.0-alpha.9 - test-app@1.5.3 - @blockstack/ui-docs@1.2.3 - @blockstack/ui@2.12.3
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.@blockstack/connect: A developer tool for building excellent user experiences in Blockstack apps@blockstack/ui: Blockstack's internal design system and React component library@blockstack/keychain: A library for Blockstack identity managementtest-app: A simple React app for testing out Connect and the App.ui-docs: A documentation site for@blockstack/ui.
Development environment setup
The first time you setup a development environment for this repository, follow these steps:
- Clone this package.
- Run
yarnto install dependencies - Run
yarn bootstrapto link dependencies within this repository - 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
81%
JavaScript
10.9%
SCSS
7.2%
HTML
0.9%