From 46bf2413b3b99d5db2cd3b800618b8beb6478d83 Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Wed, 17 Jan 2024 21:14:42 -0700 Subject: [PATCH] Add missing yarn run v1.22.19 $ 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82e40c1..c066ef2 100644 --- a/README.md +++ b/README.md @@ -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