Skip to content

Commit

Permalink
Update scripts/deploy_subnet_under_calibration_net/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge M. Soares <[email protected]>
  • Loading branch information
fridrik01 and jsoares committed May 8, 2024
1 parent 5387f19 commit 7646278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_subnet_under_calibration_net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To run this script locally, you need to first manually prepare the environment a
3. Run `deploy.sh local` to deploy IPC locally.

Please also notice that
1. The `deploy.sh` is only for running on Linux. If you are using a Mac, you need to disable all `apt` based dependency installation. You may also need to install bash (version >= 5) to run this script since the script isn't fully compatible with zsh (default shell on Mac). Also, make sure you habe openssl packages installed (`brew install openssl@3`).
1. The `deploy.sh` is only for running on Linux. If you are using a Mac, you need to disable all `apt` based dependency installation. You may also need to install bash (version >= 5) to run this script since the script isn't fully compatible with zsh (default shell on Mac). Also, make sure you have the openssl packages installed (`brew install openssl@3`).
2. The automated dependency installation isn't guarantee to work 100% time. If you encountered any dependency installation issue, please refer to the script and retry. Usually you can resolve the issues by creating a new terminal, sourcing `~/.bash.rc`, etc.
3. Depends on the RPC endpoint's quality of service for the calibration net, your command may or may not succeed when interacting with the RPC endpoint. Sometimes you will get rate limited. In that case, you can choose a different calibration provider URL from [Chainlist](https://chainlist.org/?search=calibration&testnets=true) to replace the value of `RPC_URL` variable in the script, then retry it.
4. You need to manually install nodejs and npm. The reason is that we need to use very recent version of nodejs and it's usually not included with the Linux distribution. It's recommended that you use nvm (Node version manager) to manage your nodejs installation.
Expand Down

0 comments on commit 7646278

Please sign in to comment.