Henry.H
Henry.H
## Vyper(类 Python): - https://github.com/vyperlang/vyper - 类似 Python 风格的智能合约 - Curve.fi 官方使用, 质量没有问题. - > docs: - https://vyper.readthedocs.io/en/latest/installing-vyper.html - https://vyper.fun/?ref=vyperlang#/ - 案例学习 - https://github.com/vyperfun/vyper.fun ### 案例: - https://github.com/curvefi/curve-contract - ⭐⭐⭐⭐⭐...
## 搭建 ETH 智能合约开发环境: - https://docs.moonbeam.network/cn/builders/tools/eth-dev-env/ ## 开发框架: ### OpenZeppelin: - https://openzeppelin.com/ - https://github.com/OpenZeppelin/openzeppelin-contracts - https://github.com/OpenZeppelin/awesome-openzeppelin > 说明: ```ruby OpenZeppelin合约和库已成为行业标准,其开源代码模板经历了太坊及其他区块链的实战考验,帮助开发者最大限度降低风险。 OpenZeppelin代码包括使用度最高的ERC标准及拓展部署,已被社区在各类指南以及操作教程中大量使用。 ``` > docs: - https://docs.openzeppelin.com/openzeppelin/ - [moonbeam: OpenZeppelin合约&库](https://docs.moonbeam.network/cn/builders/interact/oz-remix/) >...
## 开发套件: ### Hardhat: - [在Moonbeam上使用Hardhat进行开发](https://docs.moonbeam.network/cn/builders/interact/hardhat/) ```ruby Hardhat是一种以太坊开发环境,帮助开发者管理并实现智能合约和DApp开发重复任务的自动化。 Hardhat可以直接与Moonbeam的以太坊API进行交互,因此可以用于将智能合约部署到Moonbeam。 ``` > quickstart: - https://learnblockchain.cn/docs/hardhat/tutorial/ - https://learnblockchain.cn/docs/hardhat/tutorial/creating-a-new-hardhat-project.html > docs: - https://learnblockchain.cn/docs/hardhat/guides/project-setup.html > task: - https://hardhat.org/guides/create-task.html ### Truffle: - https://trufflesuite.com/truffle/ - https://github.com/trufflesuite/truffle...
## 部署合约: - https://docs.moonbeam.network/cn/builders/interact/eth-libraries/deploy-contract/
# rpc gateway: - https://www.alchemy.com/
# Token 协议: - #336
## xxxxxx: | xxxxxxxxxxxxxx | xxxxxxxxxxxxxx | xxxx | | :--------------| :----------------- | :--------- | | xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx | | xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx | |...
# Mac 下 Android ROM 刷机(小米手机): - 之前一直是找台 Windows 机器刷机. 有点烦. - 灵机一动, 搜了一下. Mac 下也是可以刷机的. 赞. - 果断尝试了一下. 没有任何障碍. - 整个过程10分钟不到. > 刷机环境: - 红米 K30 Pro - ROM...