aws-samples / aws-blockchain-node-runners

Run blockchain nodes on cloud
https://aws-samples.github.io/aws-blockchain-node-runners/
MIT No Attribution
57 stars 47 forks source link

Update Solana README.md to fix errors. #50

Closed lubao closed 9 months ago

lubao commented 9 months ago
  1. add npm i --save-dev @types/node command to resolve error while running npx cdk deploy solana-common command.
    • Error meesage: "Cannot find name process"
  2. Retrieve EC2 Private IP Address instead of Public IP Address.
    • the RPC cURL command failed since the NODE_INTERNAL_IP retrieve public ip instead of private ip

What does this PR do?

🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted. Consult the CONTRIBUTING guide for submitting pull-requests.

Motivation

More

For Moderators

Additional Notes