# 翻译任务认领说明 > 注意: > 一次尽量只认领一篇,给其他小伙伴留些机会~ > 认领开始前,请务必阅读[翻译流程说明](https://github.com/Fankouzu/solana-basic-ui/issues/14) 从 Todo List 中选取未被人领取过的文章: 未被领取过: - [ ] Solana Documentation 领取过: - [ ] Solana Documentation(@Fankouzu) 领取过,已完成: - [x] Solana Documentation(@PigGoose ) #11 **领取方式,在本 issues 下评论即可。** 认领任务格式: ``` Section | Title | 译者 | 完成时间 | PR -- | -- | -- | -- | -- Solana Clients| Rust | @PigGoose | 2021.08.06 - 2021.08.10 | - ``` 示例效果: Section | Title | 译者 | 完成时间 | PR -- | -- | -- | -- | -- Solana Clients| Rust | @PigGoose | 2021.08.06 - 2021.08.10 | - 当完成时,请修改自己的认领评论,添加 PR 信息: Section | Title | 译者 | 完成时间 | PR -- | -- | -- | -- | -- Solana Clients| Rust | @PigGoose | 2021.08.06 - 2021.08.10 | #11 ## 任务认领列表 ### 1. Solana Documention [官网地址](https://solana.com/zh/docs) > 注意:翻译后的文档文件名和官网文件名一致,文件放到https://github.com/Fankouzu/solana-basic-ui/tree/main/docs/SolanaDocumention 目录中 - [x] [Solana Documentation](https://solana.com/zh/docs) @PigGoose #42 - [ ] [JSON RPC Methods](https://solana.com/zh/docs/rpc) - [x] [Terminology](https://solana.com/zh/docs/terminology) @PigGoose #42 - [x] Introduction - [x] [Overview](https://solana.com/zh/docs/intro/overview) @hahadaxia #3 - [x] [Wallets](https://solana.com/zh/docs/intro/wallets) @hahadaxia #9 - [x] [Intro to Development](https://solana.com/zh/docs/intro/dev) @hahadaxia #6 - [x] Core Concepts - [x] [Solana Account Model](https://solana.com/zh/docs/core/accounts) @hahadaxia #9 - [x] [Transactions and Instructions](https://solana.com/zh/docs/core/transactions) @hr98w #20 - [x] [Fees on Solana](https://solana.com/zh/docs/core/fees) @hr98w #20 - [x] [Programs on Solana](https://solana.com/zh/docs/core/programs) @hr98w #20 - [x] [Program Derived Address](https://solana.com/zh/docs/core/pda) @hahadaxia #26 - [x] [Cross Program Invocation](https://solana.com/zh/docs/core/cpi) @TLwen114514 #36 - [x] [Tokens on Solana](https://solana.com/zh/docs/core/tokens) @hahadaxia #48 - [x] [Clusters & Endpoints](https://solana.com/zh/docs/core/clusters) @Patrickming #26 - [x] Advanced Concepts - [x] [Versioned Transactions](https://solana.com/zh/docs/advanced/versions) @AceSen #12 - [x] [Address Lookup Tables](https://solana.com/zh/docs/advanced/lookup-tables) @AceSen #12 - [x] [Confirmation & Expiration](https://solana.com/zh/docs/advanced/confirmation) @AceSen #12 - [x] [Retrying Transactions](https://solana.com/zh/docs/advanced/retry) @AceSen #12 - [x] [State Compression](https://solana.com/zh/docs/advanced/state-compression) @AceSen #12 - [ ] [Actions and Blinks](https://solana.com/docs/advanced/actions) - [x] Solana Clients - [x] [Rust](https://solana.com/zh/docs/clients/rust) @PigGoose #11 - [x] [JavaScript / TypeScript](https://solana.com/zh/docs/clients/javascript) @Patrickming #29 - [x] [Web3.js API Examples](https://solana.com/zh/docs/clients/javascript-reference) @Patrickming #31 - [x] [Economics](https://solana.com/zh/docs/economics) @84hero #37 - [x] Inflation @84hero #37 - [x] [Proposed Inflation Schedule](https://solana.com/zh/docs/economics/inflation/inflation-schedule) @84hero #37 - [x] [Inflation Terminology](https://solana.com/zh/docs/economics/inflation/terminology) @84hero #37 - [x] [Staking](https://solana.com/zh/docs/economics/staking) @84hero #37 - [x] [Stake Accounts](https://solana.com/zh/docs/economics/staking/stake-accounts) @84hero #37 - [x] [Stake Programming](https://solana.com/zh/docs/economics/staking/stake-programming) @2997ms #30 - [x] Developing Programs - [x] [Overview](https://solana.com/zh/docs/programs/overview) @DerickIT #35 - [x] [Debugging Programs](https://solana.com/zh/docs/programs/debugging) @DerickIT #35 - [x] [Deploying Programs](https://solana.com/zh/docs/programs/deploying) @DerickIT #59 - [x] [Program Examples](https://solana.com/zh/docs/programs/examples) @DerickIT #60 - [x] [FAQ](https://solana.com/zh/docs/programs/faq) @DerickIT #66 - [x] [Developing with C](https://solana.com/zh/docs/programs/lang-c) @DerickIT #67 - [x] [Developing with Rust](https://solana.com/zh/docs/programs/lang-rust) @DerickIT #71 - [x] [Limitations](https://solana.com/zh/docs/programs/limitations) @DerickIT #74 - [x] More Information - [x] [Add Solana to Your Exchange](https://solana.com/zh/docs/more/exchange) @84hero #61 ### 2. Solana Validator Documentation [官网地址](https://docs.solanalabs.com/) > 注意:翻译后的文档文件名和官网文件名一致,文件放到https://github.com/Fankouzu/solana-basic-ui/tree/main/docs/SolanaValidatorDocumentation 目录中 - [x] [Home](https://docs.solanalabs.com/) - [x] [Introduction](https://docs.solanalabs.com/architecture#) - [x] [What is a Validator?](https://docs.solanalabs.com/what-is-a-validator) @Patrickming #34 - [x] [What is an RPC Node?](https://docs.solanalabs.com/what-is-an-rpc-node) @Patrickming #34 - [x] [Frequently Asked Questions](https://docs.solanalabs.com/faq) @Patrickming #34 - [x] [Backward Compatibility Policy](https://docs.solanalabs.com/backwards-compatibility) @Patrickming #34 - [ ] [Command Line Tools](https://docs.solanalabs.com/architecture#) - [x] [Overview](https://docs.solanalabs.com/cli/) @Patrickming #56 - [x] [Installation](https://docs.solanalabs.com/cli/install) @komikomiii #76 - [x] [Introduction](https://docs.solanalabs.com/cli/intro) @komikomiii #76 - [x] [Reference & Usage](https://docs.solanalabs.com/cli/usage) @komikomiii #76 - [x] [Command-line Wallets](https://docs.solanalabs.com/architecture#) @TLwen114514 - [x] [Overview](https://docs.solanalabs.com/cli/wallets/) @TLwen114514 #36 - [x] [Paper Wallets](https://docs.solanalabs.com/cli/wallets/paper) @TLwen114514 #38 - [x] [File System Wallets](https://docs.solanalabs.com/cli/wallets/file-system) @TLwen114514 #39 - [x] Hardware Wallets - [x] [Using in the Solana CLI](https://docs.solanalabs.com/cli/wallets/hardware/) @Sifotd #33 - [x] [Ledger Nano](https://docs.solanalabs.com/cli/wallets/hardware/ledger) @TLwen114514 #41 - [ ] [Command Examples](https://docs.solanalabs.com/architecture#) - [ ] [Connecting to a Cluster](https://docs.solanalabs.com/cli/examples/choose-a-cluster) @TLwen114514 - [x] [Staking](https://docs.solanalabs.com/cli/examples/delegate-stake) @gunksd #44 - [x] [Deploy a Program](https://docs.solanalabs.com/cli/examples/deploy-a-program) @TLwen114514 #55 - [x] [Durable Transaction Nonces](https://docs.solanalabs.com/cli/examples/durable-nonce) @TLwen114514 #58 - [x] [Offline Transaction Signing](https://docs.solanalabs.com/cli/examples/offline-signing) @TLwen114514 #64 - [x] [Off-Chain Message Signing](https://docs.solanalabs.com/cli/examples/sign-offchain-message) @TLwen114514 #68 - [x] [Test Validator](https://docs.solanalabs.com/cli/examples/test-validator) @TLwen114514 #70 - [x] [Send and Receive Tokens](https://docs.solanalabs.com/cli/examples/transfer-tokens) @TLwen114514 #72 - [ ] [Architecture](https://docs.solanalabs.com/architecture#) - [x] [Overview](https://docs.solanalabs.com/architecture) @brooke007 #54 - [x] [Clusters](https://docs.solanalabs.com/architecture#) @brooke007 #54 - [x] [Overview](https://docs.solanalabs.com/clusters/) @brooke007 #54 - [x] [Solana Clusters](https://docs.solanalabs.com/clusters/available) @brooke007 #54 - [x] [Benchmark a Cluster](https://docs.solanalabs.com/clusters/benchmark) @brooke007 #54 - [x] [Performance Metrics](https://docs.solanalabs.com/clusters/metrics) @brooke007 #54 - [ ] [Consensus](https://docs.solanalabs.com/architecture#) - [x] [Commitment Status](https://docs.solanalabs.com/consensus/commitments) @QiLOL #49 - [x] [Fork Generation](https://docs.solanalabs.com/consensus/fork-generation) @QiLOL #50 - [x] [Leader Rotation](https://docs.solanalabs.com/consensus/leader-rotation) @JustinMaDev #97 - [x] [Managing Forks](https://docs.solanalabs.com/consensus/managing-forks) @STAJJJ #73 - [x] [Stake Delegation and Rewards](https://docs.solanalabs.com/consensus/stake-delegation-and-rewards) @JustinMaDev #94 - [x] [Synchronization](https://docs.solanalabs.com/consensus/synchronization) @JustinMaDev #96 - [ ] [Turbine Block Propagation](https://docs.solanalabs.com/consensus/turbine-block-propagation) - [ ] [Secure Vote Signing](https://docs.solanalabs.com/consensus/vote-signing) - [ ] [Runtime](https://docs.solanalabs.com/architecture#) - [ ] [Native Programs](https://docs.solanalabs.com/runtime/programs) - [ ] [Sysvar Cluster Data](https://docs.solanalabs.com/runtime/sysvars) - [ ] [ZK Token Proof Program](https://docs.solanalabs.com/runtime/zk-token-proof) - [ ] [Validators](https://docs.solanalabs.com/architecture#) - [ ] [Anatomy](https://docs.solanalabs.com/validator/anatomy) - [ ] [TPU](https://docs.solanalabs.com/validator/tpu) - [x] [Blockstore](https://docs.solanalabs.com/validator/blockstore) @Dedean103 #93 - [ ] [TVU](https://docs.solanalabs.com/validator/tvu) - [ ] [Gossip Service](https://docs.solanalabs.com/validator/gossip) - [ ] [Runtime](https://docs.solanalabs.com/validator/runtime) - [ ] [Geyser Plugins](https://docs.solanalabs.com/validator/geyser) - [ ] [Operating a Validator](https://docs.solanalabs.com/architecture#) - [x] [Operating a Validator](https://docs.solanalabs.com/operations/) @XingqiWang #75 - [x] [Validator vs RPC Node](https://docs.solanalabs.com/operations/validator-or-rpc-node) @XingqiWang #75 - [x] [Prerequisites](https://docs.solanalabs.com/operations/prerequisites) @XingqiWang #75 - [x] [Requirements](https://docs.solanalabs.com/operations/requirements) @XingqiWang #89 - [x] [Validator Initiatives](https://docs.solanalabs.com/operations/validator-initiatives) @XingqiWang #89 - [x] [Setup a Validator](https://docs.solanalabs.com/operations/setup-a-validator) @XingqiWang #89 - [x] [Setup an RPC Node](https://docs.solanalabs.com/operations/setup-an-rpc-node) @XingqiWang #89 - [ ] [Best Practices](https://docs.solanalabs.com/architecture#) - [ ] [General Operations](https://docs.solanalabs.com/operations/best-practices/general) @84hero - [ ] [Monitoring](https://docs.solanalabs.com/operations/best-practices/monitoring) @84hero - [ ] [Security](https://docs.solanalabs.com/operations/best-practices/security) @84hero - [ ] [Validator Guides](https://docs.solanalabs.com/architecture#) - [ ] [Starting a Validator](https://docs.solanalabs.com/operations/guides/validator-start) - [ ] [Publishing Validator Info](https://docs.solanalabs.com/operations/guides/validator-info) - [ ] [Monitoring a Validator](https://docs.solanalabs.com/operations/guides/validator-monitor) - [ ] [Staking](https://docs.solanalabs.com/operations/guides/validator-stake) - [ ] [Troubleshooting](https://docs.solanalabs.com/operations/guides/validator-troubleshoot) - [ ] [Vote Account Management](https://docs.solanalabs.com/operations/guides/vote-accounts) - [ ] [Node Failover](https://docs.solanalabs.com/operations/guides/validator-failover) - [ ] [Restart a Cluster](https://docs.solanalabs.com/operations/guides/restart-cluster) ### 3. Solana Program Library [官网地址](https://spl.solana.com/) > 注意:翻译后的文档文件名和官网文件名一致,文件放到https://github.com/Fankouzu/solana-basic-ui/tree/main/docs/SolanaProgramLibrary 目录中 - [x] [Introduction](https://spl.solana.com/) - [x] [Token Program](https://spl.solana.com/token) @weihan512 #19 - [x] [Token-2022](https://spl.solana.com/#) @weihan512 - [x] [Token-2022 Program](https://spl.solana.com/token-2022) @weihan512 #32 - [x] [Project Status](https://spl.solana.com/token-2022/status) @weihan512 #32 - [x] [Extension Guide](https://spl.solana.com/token-2022/extensions) @weihan512 #32 - [x] [Wallet Guide](https://spl.solana.com/token-2022/wallet) @weihan512 #32 - [x] [On-chain Program Guide](https://spl.solana.com/token-2022/onchain) @weihan512 #32 - [x] [Presentation](https://spl.solana.com/token-2022/presentation) @weihan512 #32 - [x] [Token Swap Program](https://spl.solana.com/token-swap) @weihan512 #32 - [ ] [Token-Lending Program](https://spl.solana.com/token-lending) @weihan512 - [ ] [Associated Token Account Program](https://spl.solana.com/associated-token-account) @weihan512 - [x] [Token Upgrade Program](https://spl.solana.com/token-upgrade) @weihan512 #63 - [x] [Memo Program](https://spl.solana.com/memo) @weihan512 #63 - [x] [Name Service](https://spl.solana.com/name-service) @weihan512 #63 - [x] [Shared memory Program](https://spl.solana.com/shared-memory) @weihan512 #63 - [ ] [Stake Pool](https://spl.solana.com/#) - [x] [Stake Pool Introduction](https://spl.solana.com/stake-pool) @Hzzy2O #65 - [x] [Quick Start Guide](https://spl.solana.com/stake-pool/quickstart) @Hzzy2O #81 - [x] [Operation](https://spl.solana.com/stake-pool/overview) @Hzzy2O #81 - [x] [Fees](https://spl.solana.com/stake-pool/fees) @Hzzy2O #81 - [x] [Command-line Interface](https://spl.solana.com/stake-pool/cli) @Hzzy2O #81 - [x] [Single-Validator Stake Pool](https://spl.solana.com/single-pool) @mhxw #79 - [ ] [Feature Proposal Program](https://spl.solana.com/feature-proposal) - [x] [Confidential Token Extension](https://spl.solana.com/#) - [x] [Introduction](https://spl.solana.com/confidential-token) @weihan512 #82 - [x] [Quick Start Guide](https://spl.solana.com/confidential-token/quickstart) @weihan512 #82 - [x] [Protocol Deep Dive](https://spl.solana.com/#) - [x] [Protocol Overview](https://spl.solana.com/confidential-token/deep-dive/overview) @weihan512 #82 - [x] [Encryption](https://spl.solana.com/confidential-token/deep-dive/encryption) @weihan512 #82 - [x] [Zero-Knowledge Proofs](https://spl.solana.com/confidential-token/deep-dive/zkps) @weihan512 #82 - [ ] [Account Compression](https://spl.solana.com/#) - [ ] [Account Compression Program](https://spl.solana.com/account-compression) - [ ] [Core Concepts](https://spl.solana.com/account-compression/concepts) - [ ] [Example usage of the TS SDK](https://spl.solana.com/account-compression/usage) - [x] [Transfer Hook Interface](https://spl.solana.com/#) - [x] [Introduction](https://spl.solana.com/transfer-hook-interface) @84hero #80 - [x] [Specification](https://spl.solana.com/transfer-hook-interface/specification) @84hero #80 - [x] [Configuring Extra Accounts](https://spl.solana.com/transfer-hook-interface/configuring-extra-accounts) @84hero #80 - [x] [Examples](https://spl.solana.com/transfer-hook-interface/examples) @84hero #80
翻译任务认领说明
从 Todo List 中选取未被人领取过的文章:
未被领取过:
领取过:
领取过,已完成:
领取方式,在本 issues 下评论即可。
认领任务格式:
示例效果:
当完成时,请修改自己的认领评论,添加 PR 信息:
任务认领列表
1. Solana Documention 官网地址
2. Solana Validator Documentation 官网地址
3. Solana Program Library 官网地址