|
@@ -1,125 +0,0 @@
|
|
|
----
|
|
|
|
|
-title: Table of contents
|
|
|
|
|
----
|
|
|
|
|
-
|
|
|
|
|
-* [Introduction](introduction.md)
|
|
|
|
|
-* [Wallet Guide](wallet-guide/README.md)
|
|
|
|
|
- * [App Wallets](wallet-guide/apps.md)
|
|
|
|
|
- * [Trust Wallet](wallet-guide/trust-wallet.md)
|
|
|
|
|
- * [Ledger Live](wallet-guide/ledger-live.md)
|
|
|
|
|
- * [Command-line Wallets](wallet-guide/cli.md)
|
|
|
|
|
- * [Paper Wallet](paper-wallet/README.md)
|
|
|
|
|
- * [Paper Wallet Usage](paper-wallet/paper-wallet-usage.md)
|
|
|
|
|
- * [Hardware Wallets](hardware-wallets/README.md)
|
|
|
|
|
- * [Ledger Hardware Wallet](hardware-wallets/ledger.md)
|
|
|
|
|
- * [File System Wallet](file-system-wallet/README.md)
|
|
|
|
|
- * [Support / Troubleshooting](wallet-guide/support.md)
|
|
|
|
|
-* [Staking Guide](staking/README.md)
|
|
|
|
|
- * [Stake Account Details](staking/stake-accounts.md)
|
|
|
|
|
-* [Command Line Guide](cli/README.md)
|
|
|
|
|
- * [Install the Solana Command Line Tool Suite](cli/install-solana-cli-tools.md)
|
|
|
|
|
- * [Command Line Conventions](cli/conventions.md)
|
|
|
|
|
- * [Choose a Cluster](cli/choose-a-cluster.md)
|
|
|
|
|
- * [Send and Receive Tokens](cli/transfer-tokens.md)
|
|
|
|
|
- * [Delegate Stake](cli/delegate-stake.md)
|
|
|
|
|
- * [Manage Stake Accounts](cli/manage-stake-accounts.md)
|
|
|
|
|
- * [Offline Signing](offline-signing/README.md)
|
|
|
|
|
- * [Durable Transaction Nonces](offline-signing/durable-nonce.md)
|
|
|
|
|
- * [Command-line Reference](cli/usage.md)
|
|
|
|
|
-* [Solana Clusters](clusters.md)
|
|
|
|
|
-* [Develop Applications](apps/README.md)
|
|
|
|
|
- * [Accounts and Rent](apps/rent.md)
|
|
|
|
|
- * [Example: Web Wallet](apps/webwallet.md)
|
|
|
|
|
- * [Example: Tic-Tac-Toe](apps/tictactoe.md)
|
|
|
|
|
- * [Drones](apps/drones.md)
|
|
|
|
|
- * [Anatomy of a Transaction](transaction.md)
|
|
|
|
|
- * [JSON RPC API](apps/jsonrpc-api.md)
|
|
|
|
|
- * [JavaScript API](apps/javascript-api.md)
|
|
|
|
|
- * [Builtin Programs](apps/builtins/README.md)
|
|
|
|
|
-* [Integration Guides](integrations/README.md)
|
|
|
|
|
- * [Exchange](integrations/exchange.md)
|
|
|
|
|
-* [Run a Validator](running-validator/README.md)
|
|
|
|
|
- * [Validator Requirements](running-validator/validator-reqs.md)
|
|
|
|
|
- * [Start a Validator](running-validator/validator-start.md)
|
|
|
|
|
- * [Stake](running-validator/validator-stake.md)
|
|
|
|
|
- * [Monitor a Validator](running-validator/validator-monitor.md)
|
|
|
|
|
- * [Publish Validator Info](running-validator/validator-info.md)
|
|
|
|
|
- * [Restart a Cluster](running-validator/restart-cluster.md)
|
|
|
|
|
- * [Troubleshoot](running-validator/validator-troubleshoot.md)
|
|
|
|
|
-* [Participate in Tour de SOL](tour-de-sol/README.md)
|
|
|
|
|
- * [Useful Links & Discussion](tour-de-sol/useful-links.md)
|
|
|
|
|
- * [Registration](tour-de-sol/registration/README.md)
|
|
|
|
|
- * [How To Register](tour-de-sol/registration/how-to-register.md)
|
|
|
|
|
- * [Terms of Participation](tour-de-sol/registration/terms-of-participation.md)
|
|
|
|
|
- * [Rewards](tour-de-sol/registration/rewards.md)
|
|
|
|
|
- * [Confidentiality](tour-de-sol/registration/confidentiality.md)
|
|
|
|
|
- * [Registration FAQ](tour-de-sol/registration/validator-registration-and-rewards-faq.md)
|
|
|
|
|
- * [Participation](tour-de-sol/participation/README.md)
|
|
|
|
|
- * [Requirements to run a validator](tour-de-sol/participation/validator-technical-requirements.md)
|
|
|
|
|
- * [Create a validator public key](tour-de-sol/participation/validator-public-key-registration.md)
|
|
|
|
|
- * [Steps to create a validator](tour-de-sol/participation/steps-to-create-a-validator.md)
|
|
|
|
|
- * [Submit Bug Reports](tour-de-sol/submitting-bugs.md)
|
|
|
|
|
-* [Benchmark a Cluster](cluster/bench-tps.md)
|
|
|
|
|
- * [Performance Metrics](cluster/performance-metrics.md)
|
|
|
|
|
-* [Solana's Architecture](cluster/README.md)
|
|
|
|
|
- * [Synchronization](cluster/synchronization.md)
|
|
|
|
|
- * [Leader Rotation](cluster/leader-rotation.md)
|
|
|
|
|
- * [Fork Generation](cluster/fork-generation.md)
|
|
|
|
|
- * [Managing Forks](cluster/managing-forks.md)
|
|
|
|
|
- * [Turbine Block Propagation](cluster/turbine-block-propagation.md)
|
|
|
|
|
- * [Secure Vote Signing](cluster/vote-signing.md)
|
|
|
|
|
- * [Stake Delegation and Rewards](cluster/stake-delegation-and-rewards.md)
|
|
|
|
|
-* [Anatomy of a Validator](validator/README.md)
|
|
|
|
|
- * [TPU](validator/tpu.md)
|
|
|
|
|
- * [TVU](validator/tvu.md)
|
|
|
|
|
- * [Blockstore](validator/blockstore.md)
|
|
|
|
|
- * [Gossip Service](validator/gossip.md)
|
|
|
|
|
- * [The Runtime](validator/runtime.md)
|
|
|
|
|
-* [Terminology](terminology.md)
|
|
|
|
|
-* [History](history.md)
|
|
|
|
|
-* [Implemented Design Proposals](implemented-proposals/README.md)
|
|
|
|
|
- * [Cluster Software Installation and Updates](implemented-proposals/installer.md)
|
|
|
|
|
- * [Cluster Economics](implemented-proposals/ed_overview/README.md)
|
|
|
|
|
- * [Validation-client Economics](implemented-proposals/ed_overview/ed_validation_client_economics/README.md)
|
|
|
|
|
- * [State-validation Protocol-based Rewards](implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_state_validation_protocol_based_rewards.md)
|
|
|
|
|
- * [State-validation Transaction Fees](implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_state_validation_transaction_fees.md)
|
|
|
|
|
- * [Validation Stake Delegation](implemented-proposals/ed_overview/ed_validation_client_economics/ed_vce_validation_stake_delegation.md)
|
|
|
|
|
- * [Storage Rent Economics](implemented-proposals/ed_overview/ed_storage_rent_economics.md)
|
|
|
|
|
- * [Economic Sustainability](implemented-proposals/ed_overview/ed_economic_sustainability.md)
|
|
|
|
|
- * [Economic Design MVP](implemented-proposals/ed_overview/ed_mvp.md)
|
|
|
|
|
- * [References](implemented-proposals/ed_overview/ed_references.md)
|
|
|
|
|
- * [Deterministic Transaction Fees](implemented-proposals/transaction-fees.md)
|
|
|
|
|
- * [Tower BFT](implemented-proposals/tower-bft.md)
|
|
|
|
|
- * [Leader-to-Leader Transition](implemented-proposals/leader-leader-transition.md)
|
|
|
|
|
- * [Leader-to-Validator Transition](implemented-proposals/leader-validator-transition.md)
|
|
|
|
|
- * [Persistent Account Storage](implemented-proposals/persistent-account-storage.md)
|
|
|
|
|
- * [Reliable Vote Transmission](implemented-proposals/reliable-vote-transmission.md)
|
|
|
|
|
- * [Repair Service](implemented-proposals/repair-service.md)
|
|
|
|
|
- * [Testing Programs](implemented-proposals/testing-programs.md)
|
|
|
|
|
- * [Credit-only Accounts](implemented-proposals/readonly-accounts.md)
|
|
|
|
|
- * [Embedding the Move Langauge](implemented-proposals/embedding-move.md)
|
|
|
|
|
- * [Staking Rewards](implemented-proposals/staking-rewards.md)
|
|
|
|
|
- * [Rent](implemented-proposals/rent.md)
|
|
|
|
|
- * [Durable Transaction Nonces](implemented-proposals/durable-tx-nonces.md)
|
|
|
|
|
- * [Validator Timestamp Oracle](implemented-proposals/validator-timestamp-oracle.md)
|
|
|
|
|
- * [Commitment](implemented-proposals/commitment.md)
|
|
|
|
|
- * [Snapshot Verification](implemented-proposals/snapshot-verification.md)
|
|
|
|
|
- * [Cross-Program Invocation](implemented-proposals/cross-program-invocation.md)
|
|
|
|
|
- * [Program Derived Addresses](implemented-proposals/program-derived-addresses.md)
|
|
|
|
|
- * [ABI Management](implemented-proposals/abi-management.md)
|
|
|
|
|
-* [Accepted Design Proposals](proposals/README.md)
|
|
|
|
|
- * [Ledger Replication](proposals/ledger-replication-to-implement.md)
|
|
|
|
|
- * [Optimistic Confirmation and Slashing](proposals/optimistic-confirmation-and-slashing.md)
|
|
|
|
|
- * [Secure Vote Signing](proposals/vote-signing-to-implement.md)
|
|
|
|
|
- * [Cluster Test Framework](proposals/cluster-test-framework.md)
|
|
|
|
|
- * [Validator](proposals/validator-proposal.md)
|
|
|
|
|
- * [Simple Payment and State Verification](proposals/simple-payment-and-state-verification.md)
|
|
|
|
|
- * [Inter-chain Transaction Verification](proposals/interchain-transaction-verification.md)
|
|
|
|
|
- * [Snapshot Verification](proposals/snapshot-verification.md)
|
|
|
|
|
- * [Bankless Leader](proposals/bankless-leader.md)
|
|
|
|
|
- * [Slashing](proposals/slashing.md)
|
|
|
|
|
- * [Tick Verification](proposals/tick-verification.md)
|
|
|
|
|
- * [Block Confirmation](proposals/block-confirmation.md)
|
|
|
|
|
- * [Rust Clients](proposals/rust-clients.md)
|
|
|
|
|
- * [Optimistic Confirmation](proposals/optimistic_confirmation.md)
|
|
|
|
|
- * [Program Instruction Macro](proposals/program-instruction-macro.md)
|
|
|