solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
93 stars 136 forks source link

[docs] RPC method examples should use devnet #136

Closed nickfrosty closed 5 months ago

nickfrosty commented 5 months ago

Problem

The RPC method pages use localhost within their curl examples to call a method. This assumes a person has the test validator installed and running, which may not be the case.

Summary of Changes

Fixes #86