WTF-Solidity-Internals

Contract Layouts

A tutorial series explaining Solidity's storage layout, memory layout, and ABI encoding rules to help developers understand the internal workings of Smart Contracts.

介绍Solidity智能合约中的存储布局,内存布局,以及ABI编码规则,帮助大家理解Solidity的内部规则。

GitHub

47 stars
2 watching
15 forks
Language: Solidity
last commit: 9 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
wtfacademy/wtf-gas-optimization A collection of Solidity code examples and tests demonstrating various techniques for optimizing gas usage in Ethereum smart contracts. 208
willitscale/learning-solidity A comprehensive resource for learning Solidity programming language and building smart contracts on the Ethereum blockchain 2,072
0xmic/solidity A comprehensive resource and framework for building smart contracts in the Ethereum Virtual Machine 60
cryptofinlabs/cryptofin-solidity A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum 88
solidstate-network/solidstate-solidity A comprehensive development library for building and testing upgradeable Solidity smart contracts on the Ethereum blockchain. 440
cyrusadkisson/solidity-baby-steps A collection of examples demonstrating key concepts and best practices for writing Ethereum smart contracts in Solidity 962
manojpramesh/solidity-cheatsheet A comprehensive resource for writing smart contracts in Solidity, covering best practices and key concepts. 1,461
juanfranblanco/vscode-solidity A Visual Studio Code extension providing language support and tools for smart contract development in Ethereum using the Solidity programming language. 904
ethereum/solidity-examples A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities 535
raineorshine/solidity-by-example A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts 430
intellij-solidity/intellij-solidity A plugin for IntelliJ IDEA to support smart contract development in the Solidity programming language 1,076
alephao/solidity-benchmarks A collection of benchmarks for popular contract implementations in Solidity. 103
rohitroy-github/smart-contract-snippets A collection of concise Solidity smart contract examples for educational purposes and quick reference. 2
shimmi/smart-contracts-skeleton A set of tools to help develop and test smart contracts on the Ethereum blockchain 23
alianse777/solidity-standard-library A collection of reusable building blocks for Solidity programming, providing basic data structures and mathematical functions. 65