We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b1a21 commit d42b489Copy full SHA for d42b489
price_pusher/README.md
@@ -46,9 +46,12 @@ You can get the list of available price feeds from
46
To run the price pusher, please run the following commands, replacing the command line arguments as necessary:
47
48
```sh
49
-# Only run it the first time to build the code
+# Please run the two following commands once from the root of the repo to build the code.
50
npm install
51
-npx lerna run build
+npx lerna run build --scope @pythnetwork/price-pusher --include-dependencies
52
+
53
+# Navigate to the price_pusher folder
54
+cd price_pusher
55
56
# For EVM
57
npm run start -- evm --endpoint wss://example-rpc.com \
0 commit comments