# Python Solidity学习备忘录

By [MonkeyD](https://paragraph.com/@monkeyd) · 2022-04-24

---

这是一个自己的学习手册，用Mirror发布，方便自己也方便他们。

**Python+Solidity学习资料** 1.自学是门手艺 [https://github.com/selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching) 2.深入理解以太坊 [https://yuedu.163.com/source/9a324b6f824248d9a82e07d4969ad393\_4](https://yuedu.163.com/source/9a324b6f824248d9a82e07d4969ad393_4) 3.solidity基础 [https://solidity-by-example.org/](https://solidity-by-example.org/) [https://cryptozombies.io/](https://cryptozombies.io/) 4.JS基础语法教程 [https://runoob.com/js/js-tutorial.html](https://runoob.com/js/js-tutorial.html) 5.Solidity视频教程 [https://youtube.com/watch?v=K-87KhhHVN8&list=PL0w3JM397Jc2Z5qLLhhhNkwfWKHslSEyY](https://youtube.com/watch?v=K-87KhhHVN8&list=PL0w3JM397Jc2Z5qLLhhhNkwfWKHslSEyY) 老师本人在推特上有号： [https://twitter.com/therandomdao](https://twitter.com/therandomdao)

**其它学习内容**

1.非常推薦的學習資源 [https://github.com/Dapp-Learning-DAO/Dapp-Learning](https://github.com/Dapp-Learning-DAO/Dapp-Learning)

2.讲解gas比较好的文章 大家可以学习交流 [https://mirror.xyz/0x143484B693d8b56D405adFb41cFFB3B9d9B64F54/J4R7r4mT6foQg4M41lWrnZb5epdcsDTkk3vTdkKb8So](https://mirror.xyz/0x143484B693d8b56D405adFb41cFFB3B9d9B64F54/J4R7r4mT6foQg4M41lWrnZb5epdcsDTkk3vTdkKb8So)

3.solidity 的那个僵尸教程很不错 跟着学一遍 基本可以看懂 合约以及前端和合约是如何交互的

另外最好的教程还是来自于官方 基础知识还有官方教学 [https://ethereum.org/zh/developers/docs/](https://ethereum.org/zh/developers/docs/)

大家常说的 gas 官方文档我认为写的就很好了 [https://ethereum.org/zh/developers/docs/gas/](https://ethereum.org/zh/developers/docs/gas/)

4.贴一点资源

1.  以太坊官方文档 涵盖了一切你们想知道的知识 使用、学习、开发非常广（比如：gas、区块、节点、各种开发指南） 可以让你更好的理解区块链
    

[https://ethereum.org/zh/](https://ethereum.org/zh/)

1.  游戏的方式学习 solidity 和 web 前段调用
    

[https://cryptozombies.io/zh/course](https://cryptozombies.io/zh/course)

1.  python 调用智能合约
    

[https://learnku.com/articles/23194](https://learnku.com/articles/23194) [https://www.dappuniversity.com/articles/web3-py-intro](https://www.dappuniversity.com/articles/web3-py-intro)

1.  infura 通过他连到以太网络，不需要自己搭建节点
    

[https://infura.io/](https://infura.io/)

1.  Keccak-256算法加密计算器
    

[https://www.jisuan.mobi/vbBHmu6HBBbBUPiP.html](https://www.jisuan.mobi/vbBHmu6HBBbBUPiP.html)

5.NFT编码解码工具，真正玩转16进制mint 需要这两个工具 [https://abi.hashex.org/?continueFlag=d8feb8aad6a4a1d8bb78a5ed21d9cf03](https://abi.hashex.org/?continueFlag=d8feb8aad6a4a1d8bb78a5ed21d9cf03) [https://www.nftcontractwriter.com/?continueFlag=d8feb8aad6a4a1d8bb78a5ed21d9cf03](https://www.nftcontractwriter.com/?continueFlag=d8feb8aad6a4a1d8bb78a5ed21d9cf03)

6.十六进制科普可以看这个 [https://www.163.com/dy/article/GMBJHUQB0531I6Y1.html](https://www.163.com/dy/article/GMBJHUQB0531I6Y1.html)

---

*Originally published on [MonkeyD](https://paragraph.com/@monkeyd/python-solidity)*
