Skip to content

Commit

Permalink
Add missing yarn run v1.22.19
Browse files Browse the repository at this point in the history
$ node bin/proto && rimraf dist
> Proto models created: /Users/dan/dev/ironfish/wallet-server/src/models
$ yarn prebuild && tsc -b && tsc-alias -p tsconfig.json
$ node bin/proto && rimraf dist
> Proto models created: /Users/dan/dev/ironfish/wallet-server/src/models
Done in 1.94s. instruction
  • Loading branch information
dgca committed Jan 18, 2024
1 parent 7e8aa54 commit 46bf241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The wallet server makes it possible to build/run a fully private light wallet (o
- `NODE_AUTH_TOKEN` set to `cat ~/.ironfish/internal.json | jq -r '.rpcAuthToken'`
- Run wallet server: from this repo root, run:
- `yarn`
- `yarn build`
- `yarn start`
- Wait for wallet to sync before starting terminal session 3

Expand Down

0 comments on commit 46bf241

Please sign in to comment.