文章更新
This commit is contained in:
@@ -7,3 +7,15 @@ permalink: /programming/solidity/
|
||||
|
||||
## Solidity 智能合约概述
|
||||
|
||||
Solidity 是一种用于编写智能合约的静态类型编程语言,它运行在以太坊虚拟机(EVM)上。
|
||||
|
||||
## 推荐的资料
|
||||
推荐的编辑器
|
||||
|
||||
Remix IDE:[https://remix.ethereum.org/](https://remix.ethereum.org/)
|
||||
|
||||
有在线版本,也可以下载之后使用,而且可以通过 Docker 部署,很方便
|
||||
|
||||
Solidity 学习资料:
|
||||
- [Solidity 官方文档](https://docs.soliditylang.org/zh-cn/latest/index.html)
|
||||
- [cryptozombies](https://cryptozombies.io/zh/course)
|
||||
|
||||
Reference in New Issue
Block a user