Skip to content

个人区块链学习笔记📒,包括共识算法、密码学、虚拟机、智能合约、零知识证明等,大部分参考资料来源于网上🕸️,加上个人的一些加工和总结🏭。

Notifications You must be signed in to change notification settings

lukema95/blockchain-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Learning

个人区块链学习笔记📒,包括共识算法、密码学、虚拟机、智能合约、零知识证明等,大部分参考资料来源于网上🕸️,加上个人的一些加工和总结🏭。

目录

🚀共识算法

🔑密码学

🤖️虚拟机

  • TODO

📒智能合约

📒学习笔记

🔥DeFi

🕸️学习资料

🔧工具

  • Remix - Solidity IDE
  • Hardhat - 以太坊专业开发环境。它由用于编辑、编译、调试和部署智能合约和 dApp 的不同组件组成,所有这些组件共同创建一个完整的开发环境。
  • Foundry - Foundry 是一个使用 Rust 编写的用于以太坊应用程序开发的速度极快、可移植且模块化的工具包。
  • Pinata - IPFS存储,合约图片存储
  • evm.code - 在线以太坊虚拟机操作码文档及交互
  • mythril - EVM字节码的安全分析工具。支持为以太坊、Hedera、Quorum、Vechain、Roostock、Tron 和其他 EVM 兼容区块链构建的智能合约
  • tenderly - 使 Web3 开发人员能够构建、测试、监控和操作智能合约,从智能合约的诞生到大规模采用。
  • Phalcon - Phalcon 是一款面向加密项目和开发人员的安全开发套件
  • ABI to interface - 从 ABI JSON 生成 Solidity 接口
  • ETH Calldata Decode - 解码以太坊 calldata
  • Get ABI for unverified contracts - 猜测任何以太坊合约的 ABI,即使它没有在 Etherscan 上验证。
  • Dedaub - Dedaub 反编译器采用以太坊虚拟机 (EVM) 字节码并生成更具可读性的类似 Solidity 的代码,从而可以更好地理解未经验证的智能合约

🔌插件

📜博客

🧀零知识证明

💾学习资料

🔧开源工具

🔥相关项目

  • Sismo - The Sismo Protocol issues ZK Badges (SBTs) - a primitive to integrate reputation to web3 apps, respecting users privacy and sovereignty(sismo-core/sismo-badges)
  • zkMove Project - A zero-knowledge proof friendly Move language runtime environment.
  • DelphinusLab/zkWasm - zkWasm
  • Scroll - The native zkEVM
  • zCloak Network - Deliver the Web3 Dream of Self-Sovereignty—Privacy-first DID and verifiable computation infrastructure.
  • Manta Network - The Privacy Hub for Web3
  • Aztec - The programmable privacy layer for web3
  • Zecrey Protocol - zkRollup based Layer 2 protocol featuring privacy and scalability.
  • zkSync - zkRollup
  • StarkNet - zkRollup
  • zkemail/halo2-zk-email - Email verification circuit in halo2
  • mina - Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
  • zcash - Anonymous coin
  • risc0 - RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture.

📜文章博客

📚区块链书籍

Bitcoin

Ethereum

About

个人区块链学习笔记📒,包括共识算法、密码学、虚拟机、智能合约、零知识证明等,大部分参考资料来源于网上🕸️,加上个人的一些加工和总结🏭。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published