Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullstack-development/blockchain-wiki-en
A comprehensive Wiki from the smart contract devs for smart contract devs and more. It's gonna be helpful for devs and other team members to grasp complex topics quickly before tackling real-world tasks.
https://github.com/fullstack-development/blockchain-wiki-en
blockchain defi ethereum evm smart-contracts solidity
Last synced: about 6 hours ago
JSON representation
A comprehensive Wiki from the smart contract devs for smart contract devs and more. It's gonna be helpful for devs and other team members to grasp complex topics quickly before tackling real-world tasks.
- Host: GitHub
- URL: https://github.com/fullstack-development/blockchain-wiki-en
- Owner: fullstack-development
- Created: 2023-07-07T07:32:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T06:21:28.000Z (1 day ago)
- Last Synced: 2024-11-14T07:23:39.982Z (1 day ago)
- Topics: blockchain, defi, ethereum, evm, smart-contracts, solidity
- Language: Solidity
- Homepage: https://www.metalamp.io/
- Size: 97.9 MB
- Stars: 34
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hey! We're the [MetaLamp team](https://www.metalamp.io/) π Since 2014, we've been turning clients' ideas into finished products. Starting from 2020, we've been focusing on web3 projects and expanding our expertise, which we want to share with the community. π
We already have an open-access [educational program for frontend/backend developers](https://github.com/fullstack-development/developers-roadmap) and a [web3 roadmap for non-developers](https://github.com/fullstack-development/web3-roadmap). And of course, following the MetaLamp tradition, we're sharing our knowledge base on writing smart contracts for EVM-compatible blockchains. π‘
This knowledge base was born out of real-world project challenges. We've transferred our experience into a comprehensive Wiki that reflects the expertise of our entire team of Solidity smart contract developers. π
We'd love to hear your feedback, contributions to the roadmap, and any kind of partnership opportunities. Let's grow together! π±β¨
Contact email: [email protected]
Join our TG-channel: [MetaLamp|Web3 DevTeam](https://t.me/metametalamp)
### Blockchain wiki
ΠΠ³Π»Π°Π²Π»Π΅Π½ΠΈΠ΅
- [Algorithms and data structures](./algorithms/README.md)
-
Blockchains- [Polygon zkEVM](./blockchains/zk-evm-polygon/zk-evm-polygon.md)
-
Scroll- [Protocol overview](./blockchains/scroll/scroll.md)
- [Development Environment](./blockchains/scroll/scroll-dev-environment.md)
-
zkSync- [Protocol overview](./blockchains/zksync/zksync.md)
- [Protocol architect](./blockchains/zksync/zksync-architect.md)
- [Era Virtual Machine (zkEVM)](./blockchains/zksync/zksync-era-vm.md)
- [Native Account Abstraction vs EIP-4337](./blockchains/zksync/zksync-aa.md)
- [Development Environment](./blockchains/zksync/zksync-dev-environment.md)
-
Concepts- [Auctions](./concepts/auctions/README.md)
- [Commitment scheme](./concepts/commitment-scheme/README.md)
- [Gnosis conditional token framework](./concepts/conditional-token-framework/README.md)
-
DAO- [Overview](./concepts/dao/README.md)
- [OpenZeppelin governance](./concepts/dao/openzeppelin-governance/README.md)
- [Digital Signatures on ethereum](./concepts/digital-signature-on-ethereum/README.md)
- [keccak256](./concepts/keccak256/README.md)
- [Meta transactions](./concepts/meta-transactions/README.md)
- [NFT staking](./concepts/nft-staking/README.md)
-
Oracles- [Overview](./concepts/oracles/README.md)
- [Uniswap TWAP vs oracle](./concepts/oracles/twap.md)
-
Upgradeable contracts- [Overview](./concepts/upgradeable-contracts/README.md)
- [Contract migration](./concepts/upgradeable-contracts/method-1/README.md)
- [Data separation](./concepts/upgradeable-contracts/method-2/README.md)
- [Proxy pattern](./concepts/upgradeable-contracts/method-3/README.md)
- [Strategy pattern](./concepts/upgradeable-contracts/method-4/README.md)
- [Diamond pattern](./concepts/upgradeable-contracts/method-5/README.md)
-
Cryptography- [Zero-knowledge-proof](./cryptography/zero-knowledge-proof/README.md)
-
DeFi-
DEX- [Overview](./DeFi/dex/README.md)
- [AMM](./DeFi/dex/amm/README.md)
- [Order book](./DeFi/dex/orderbook/README.md)
- [Underwater rocks](./DeFi/dex/underwater-rocks/README.md)
- [DEXes review](./DeFi/dex/dex-review/README.md)
- [DEX aggregators](./DeFi/dex-aggregators/README.md)
-
Lending- [Overview](./DeFi/lending/README.md)
- [Compound v2](./protocols/compound-v2/README.md)
- [Aave v2](./protocols/aave-v2/README.md)
- [Flash loans](./protocols/aave-v2/flash-loans/README.md)
- [Margin trading](./DeFi/margin-trading/README.md)
- [Stablecoin](./DeFi/stablecoin/README.md)
- [Vesting](./DeFi/vesting/README.md)
-
Ethereum virtual machine- [Intro](./ethereum-virtual-machine/intro/README.md)
- [EVM Opcodes](./ethereum-virtual-machine/evm-opcodes/README.md)
-
Gas- [Gas price](./ethereum-virtual-machine/gas/gas-price/README.md)
- [Gas used part 1: Overview](./ethereum-virtual-machine/gas/gas-used/gas-used-part-1.md)
- [Gas used part 2: Storage gas calculation](./ethereum-virtual-machine/gas/gas-used/gas-used-part-2.md)
-
EIPs- [EIP-140: REVERT instruction](./EIPs/erc-140/README.md)
- [ERC-165: Standard Interface Detection](./EIPs/erc-165/README.md)
- [ERC-1363: Payable Token(transferAndCall)](./EIPs/erc-1363/README.md)
- [ERC-4337: Account Abstraction Using Alt Mempool](./EIPs/erc-4337/README.md)
- [ERC-4626: Tokenized Vaults](./EIPs/erc-4626/README.md)
- [ERC-6372: Contract clock](./EIPs/erc-6372/README.md)
- [ERC-6900: Modular Smart Contract Accounts and Plugins](./EIPs/erc-6900/README.md)
-
Protocols- [Aave v2](./protocols/aave-v2/README.md)
- [Compound v2](./protocols/compound-v2/README.md)
- [Polymarket](./protocols/polymarket/README.md)
- [Uma. Optimistic oracle](./protocols/uma/README.md)
- [Uniswap X](./protocols/uniswapX/README.md)
-
Solidity- [ABI](./solidity/ABI/readme.md)
- [Bitwise operators](./solidity/bitwise-operators/README.md)
- [Event arguments indexing](./solidity/event-argument-indexing/README.md)
- [Yul](./solidity/yul/README.md)
-
Tools- [Automation contracts](./tools/contract-automation/README.md)
- [Brownie](./tools/brownie/README.md)
- [Tenderly](./tools/tenderly/README.md)
- [The graph](./tools/thegraph/README.md)
- [Thirdweb](./tools/thirdweb/README.md)