mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 05:05:32 +08:00
Update README.md
This commit is contained in:
committed by
Hank Stoever
parent
40f27dcb64
commit
a205e14c97
@@ -14,8 +14,9 @@ This monorepo contains a few key packages that the User Experience team at Block
|
||||
The first time you setup a development environment for this repository, follow these steps:
|
||||
|
||||
1. Clone this package.
|
||||
2. Run `yarn bootstrap` to install top-level dependencies
|
||||
3. In the command line, run `yarn dev` which will run two apps:
|
||||
2. Run `yarn` to install dependencies
|
||||
3. Run `yarn bootstrap` to link dependencies within this repository
|
||||
4. In the command line, run `yarn dev` which will run two apps:
|
||||
- `packages/test-app` which runs at localhost:3000 and implements an example of connect
|
||||
- `packages/app` which is the auth app, running at localhost:8080
|
||||
|
||||
|
||||
14
yarn.lock
14
yarn.lock
@@ -1613,6 +1613,20 @@
|
||||
eslint-plugin-prettier ">=3.1.3"
|
||||
prettier ">=2.0.5"
|
||||
|
||||
"@blockstack/keychain@^0.7.5":
|
||||
version "0.7.6"
|
||||
resolved "https://registry.yarnpkg.com/@blockstack/keychain/-/keychain-0.7.6.tgz#77959fbfbecf5195757cdbd1c4ea6495a3783bfe"
|
||||
integrity sha512-my6BkqeOD01An/V//Vz1RnjQAs3Or2EMEyZpPhLPliNRTcOEdtecaSF6vecFsuCukcG+NcChd/3ddMdVE06F2g==
|
||||
dependencies:
|
||||
"@blockstack/stacks-transactions" "^0.4.6"
|
||||
bip39 "^3.0.2"
|
||||
bitcoinjs-lib "^5.1.6"
|
||||
blockstack "21.0.0-alpha.2"
|
||||
c32check "^1.0.1"
|
||||
jsontokens "^3.0.0"
|
||||
prettier "^2.0.5"
|
||||
triplesec "^3.0.27"
|
||||
|
||||
"@blockstack/prettier-config@0.0.6", "@blockstack/prettier-config@^0.0.6":
|
||||
version "0.0.6"
|
||||
resolved "https://registry.yarnpkg.com/@blockstack/prettier-config/-/prettier-config-0.0.6.tgz#8a41cd378ba061b79770987f2a6ad0c92b64bd72"
|
||||
|
||||
Reference in New Issue
Block a user