Context
This is a focused slice of #33 (Cheat sheets). Cheat sheets are most useful when each one is a single page on a single topic — easier to scan, link to, and post about than one mega-document.
This issue covers a cheat sheet for the most common JSON-RPC methods developers actually use against EVM and Solana nodes.
What to build
Add cheat-sheets/rpc-methods.md containing:
- One-line description of JSON-RPC for context
- A table of the most-used EVM methods (
eth_getBalance, eth_call, eth_sendRawTransaction, eth_getLogs, eth_getTransactionReceipt, etc.) with: method name, what it does, when to use it, gas/fee implications, common gotchas
- A table of the most-used Solana RPC methods (
getBalance, getAccountInfo, sendTransaction, getSignatureStatuses, getProgramAccounts, etc.) with the same columns
- A short "when to call which" decision guide
- Links to deeper reference docs
Style should match existing learn content — code-first, TS/JS friendly examples in code blocks.
Acceptance criteria
Pointers
Complexity
🟢 Good first issue
Context
This is a focused slice of #33 (Cheat sheets). Cheat sheets are most useful when each one is a single page on a single topic — easier to scan, link to, and post about than one mega-document.
This issue covers a cheat sheet for the most common JSON-RPC methods developers actually use against EVM and Solana nodes.
What to build
Add
cheat-sheets/rpc-methods.mdcontaining:eth_getBalance,eth_call,eth_sendRawTransaction,eth_getLogs,eth_getTransactionReceipt, etc.) with: method name, what it does, when to use it, gas/fee implications, common gotchasgetBalance,getAccountInfo,sendTransaction,getSignatureStatuses,getProgramAccounts, etc.) with the same columnsStyle should match existing learn content — code-first, TS/JS friendly examples in code blocks.
Acceptance criteria
cheat-sheets/rpc-methods.mdexists and renders cleanly on GitHubPointers
Complexity
🟢 Good first issue