Web3-Club / Web3-Club/Solidity-by-example_Chinese
🚧未来本项目 翻译 施工计划🚧
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 172
- Forks
- 35
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
- Hello World
- First App
- #3
- Variables
- Constants
- Immutable
- Reading and Writing to a State Variable
- Ether and Wei
- Gas and Gas Price
- If / Else
- For and While Loop
- Mapping
- Array
- Enum
- Structs
- Data Locations - Storage, Memory and Calldata
- Function
- View and Pure Functions
- Error
- Function Modifier
- Events
- Constructor
- Inheritance
- Shadowing Inherited State Variables
- Calling Parent Contracts
- Visibility
- Interface
- Payable
- Sending Ether - Transfer, Send, and Call
- Fallback
- Call
- Delegatecall
- Function Selector
- Calling Other Contract
- Creating Contracts from a Contract
- Try / Catch
- Import
- Library
- ABI Encode
- ABI Decode
- Hashing with Keccak256
- Verifying Signature
- Gas Optimizations
- Bitwise Operators
- Unchecked Math
Applications 部分 - Ether Wallet
- Multi Sig Wallet
- Merkle Tree
- Iterable Mapping
- ERC20
- ERC721
- Simple Bytecode Contract
- Precompute Contract Address with Create2
- Minimal Proxy Contract
- Upgradeable Proxy
- Deploy Any Contract
- Write to Any Slot
- Uni-directional Payment Channel
- Bi-directional Payment Channel
- English Auction
- Dutch Auction
- Crowd Fund
- Multi Call
- Multi Delegatecall
- Time Lock
Hacks 部分 - Re-Entrancy
- Arithmetic Overflow and Underflow
- Self Destruct
- Accessing Private Data
- Delegatecall
- Source of Randomness
- Denial of Service
- Phishing with tx.origin
- Hiding Malicious Code with External Contract
- Honeypot
- Front Running
- Block Timestamp Manipulation
- Signature Replay
- Bypass Contract Size Check
DeFi 部分 - Uniswap V2 Swap
- Uniswap V2 Add Remove Liquidity
- Uniswap V2 Optimal One Sided Supply
- Uniswap V2 Flash Swap
- Uniswap V3 Swap
- Uniswap V3 Liquidity
- Uniswap V3 Flash Loan
- Uniswap V3 Flash Swap Arbitrage
- Chainlink Price Oracle
- Staking Rewards
- Discrete Staking Rewards
- Vault
- Constant Sum AMM
- Constant Product AMM
- Stable Swap AMM
Tests - Echidna
序号 - 添加序号
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by selecting one unchecked page from the Applications, Hacks, or DeFi links in the issue and compare it with the referenced Solidity-by-example page. Translate that page into Chinese and update this checklist when the translation is complete; the issue does not name repository files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- solidity
- Domain
- blockchain, documentation, localization
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100