|
| 1 | +# Summary |
| 2 | + |
| 3 | +[Introduction](./introduction.md) |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +# Getting Started |
| 8 | + |
| 9 | +- [Quick Start](./getting-started/quick-start.md) |
| 10 | +- [Installation](./getting-started/installation.md) |
| 11 | +- [Building from Source](./getting-started/building.md) |
| 12 | +- [Your First Transaction](./getting-started/first-transaction.md) |
| 13 | + |
| 14 | +# Node Operation |
| 15 | + |
| 16 | +- [Running a Node](./node/running-node.md) |
| 17 | +- [Validator Node Setup](./node/validator-setup.md) |
| 18 | +- [Miner Node Setup](./node/miner-setup.md) |
| 19 | +- [Network Configuration](./node/network-config.md) |
| 20 | +- [Node Troubleshooting](./node/troubleshooting.md) |
| 21 | + |
| 22 | +# Wallet Guide |
| 23 | + |
| 24 | +- [CLI Wallet](./wallet/cli-wallet.md) |
| 25 | +- [GUI Wallet](./wallet/gui-wallet.md) |
| 26 | +- [Creating Transactions](./wallet/transactions.md) |
| 27 | +- [Account Management](./wallet/account-management.md) |
| 28 | +- [Security Best Practices](./wallet/security.md) |
| 29 | + |
| 30 | +# Smart Contracts |
| 31 | + |
| 32 | +- [ZKVM Overview](./contracts/zkvm-overview.md) |
| 33 | +- [BCL Language Tutorial](./contracts/bcl-tutorial.md) |
| 34 | +- [ZKASM Assembly](./contracts/zkasm-reference.md) |
| 35 | +- [Contract Deployment](./contracts/deployment.md) |
| 36 | +- [Contract Testing](./contracts/testing.md) |
| 37 | +- [Gas & Optimization](./contracts/gas-optimization.md) |
| 38 | +- [Contract Examples](./contracts/examples.md) |
| 39 | + - [Token Contract](./contracts/examples/token.md) |
| 40 | + - [NFT Contract](./contracts/examples/nft.md) |
| 41 | + - [Escrow Contract](./contracts/examples/escrow.md) |
| 42 | + |
| 43 | +# API Reference |
| 44 | + |
| 45 | +- [Overview](./api/overview.md) |
| 46 | +- [JSON-RPC API](./api/json-rpc.md) |
| 47 | + - [Standard Methods (eth_*)](./api/json-rpc/eth-methods.md) |
| 48 | + - [BitCell Methods (bitcell_*)](./api/json-rpc/bitcell-methods.md) |
| 49 | + - [Transaction Methods](./api/json-rpc/transaction-methods.md) |
| 50 | + - [Block Methods](./api/json-rpc/block-methods.md) |
| 51 | + - [State Methods](./api/json-rpc/state-methods.md) |
| 52 | +- [WebSocket API](./api/websocket.md) |
| 53 | + - [Subscriptions](./api/websocket/subscriptions.md) |
| 54 | + - [Event Filtering](./api/websocket/filtering.md) |
| 55 | +- [REST API](./api/rest.md) |
| 56 | +- [Error Codes](./api/error-codes.md) |
| 57 | + |
| 58 | +# Core Concepts |
| 59 | + |
| 60 | +- [Tournament Consensus](./concepts/tournament-consensus.md) |
| 61 | +- [Cellular Automaton Battles](./concepts/ca-battles.md) |
| 62 | +- [Glider Patterns](./concepts/glider-patterns.md) |
| 63 | +- [EBSL Trust System](./concepts/ebsl-trust.md) |
| 64 | +- [Zero-Knowledge Proofs](./concepts/zk-proofs.md) |
| 65 | +- [Economics & Tokenomics](./concepts/economics.md) |
| 66 | +- [Ring Signatures & Privacy](./concepts/privacy.md) |
| 67 | + |
| 68 | +# Advanced Topics |
| 69 | + |
| 70 | +- [ZK Circuit Architecture](./advanced/zk-circuits.md) |
| 71 | +- [Protocol Specification](./advanced/protocol-spec.md) |
| 72 | +- [Network Architecture](./advanced/network-arch.md) |
| 73 | +- [State Management](./advanced/state-management.md) |
| 74 | +- [Cryptographic Primitives](./advanced/crypto-primitives.md) |
| 75 | +- [Performance Optimization](./advanced/performance.md) |
| 76 | + |
| 77 | +# Development |
| 78 | + |
| 79 | +- [Contributing Guide](./development/contributing.md) |
| 80 | +- [Development Setup](./development/dev-setup.md) |
| 81 | +- [Testing Guide](./development/testing.md) |
| 82 | +- [Code Style](./development/code-style.md) |
| 83 | +- [Architecture Overview](./development/architecture.md) |
| 84 | + |
| 85 | +# Appendix |
| 86 | + |
| 87 | +- [Glossary](./appendix/glossary.md) |
| 88 | +- [FAQ](./appendix/faq.md) |
| 89 | +- [Troubleshooting](./appendix/troubleshooting.md) |
| 90 | +- [Resources](./appendix/resources.md) |
| 91 | +- [Changelog](./appendix/changelog.md) |
0 commit comments