solana-with-rpc-optimizations/src/SUMMARY.md

28 lines
571 B
Markdown
Raw Normal View History

# Solana Architecture
- [Introduction](introduction.md)
- [Synchronization](synchronization.md)
- [Introduction to VDFs](vdf.md)
- [Proof of History](poh.md)
- [Fullnode](fullnode.md)
- [Tpu](tpu.md)
- [Tvu](tvu.md)
- [Ncp](ncp.md)
- [JsonRpcService](jsonrpc-service.md)
- [Avalanche replication](avalanche.md)
- [Proof of replication](porep.md)
- [On-chain programs](programs.md)
- [The Runtime](runtime.md)
- [Ledger format](ledger.md)
## Appendix
- [Appendix](appendix.md)
- [Terminology](terminology.md)
- [JSON RPC API](jsonrpc-api.md)