Solidity语言代码库与docker镜像 - Go语言中文社区

Solidity语言代码库与docker镜像


Solidity语言是开发以太坊智能合约的不二选择,本文列举了在solidity学习和开发 中可能对你有帮助的18个资源,包括示例代码、solidity库和预置dapp开发环境的docker镜像。

DigixDAO

DigixDAO提供用于DAO相关数据结构(例如:token)的solidity智能合约库。

网址:https://github.com/DigixGlobal/digixdao-contracts/tree/master/contracts

slockit

slockit提供了非常全面的solidity智能合约范例代码集,已经在slock.it项目中应用。

网址:https://github.com/slockit/smart-contract

Solidity Baby Steps

Soidity Baby Steps —— solidity学步 —— 为初学者提供了非常全面的智能合约范例代码集。 如果你希望系统、高效地学习solidity智能合约和去中心化应用的开发,可以访问 这个以太坊教程

网址:http://solidity.readthedocs.io/en/latest/solidity-by-example.html

Solidity By Exammples

这是最权威的,官方文档中的solidity智能合约范例代码。

网址:http://solidity.readthedocs.io/en/latest/solidity-by-example.html

solidity-examples

这个项目提供了一些实现堆、队列之类数据结构的solidity范例代码。

网址:https://github.com/chriseth/solidity-examples

Solidity idiosyncrasies

一个solidity学习者的笔记及案例代码,记录了solidity合约开发初学者常见的问题、陷阱和顿悟。

网址:https://github.com/miguelmota/solidity-idiosyncrasies

solidity-by-example

一组短小但功能完整的合约范例代码,从多方面展示了solidity的语言特性,也有助于你 更广泛地了解Solidity。

网址:https://github.com/raineorshine/solidity-by-example

dapp-bin

dapp-bin提供了很多常见数据结构和辅助工具类的实现,既有Solidity语言的实现,也有Serpent和LLL的实现。

网址:https://github.com/ethereum/dapp-bin

dapp-scratch

dapp-scratch是一个用于为DApp生成javascript模块的命令行工具。

网址:https://github.com/okwme/dapp-scratch

dappsys

dappsys是一个智能合约系统框架,可支持需要使用多个合约的去中心化应用的开发。

网址:https://github.com/nexusdev/dappsys -

DappTools

DappTools 是一个对命令行友好的区块链开发工具。

网址:https://dapp.tools/

instant-dapp-ide

instant-dapp-ide提供了一个Docker镜像,包含完整的dapp和solidity开发环境。

网址:https://github.com/dominicwilliams/instant-dapp-ide

Modular Libraries

Modular Libraries 提供了一个已经部署在链上的Solidity智能合约库清单,可以在你的智能合约中使用它们。

网址:https://github.com/modular-network/ethereum-libraries

Smart Contracts Skeleton

Smart Contracts Skeleton是一个用于开发智能合约的项目骨架。

网址:https://github.com/Shimmi/smart-contracts-skeleton

Solidity Collections

Solidity Collections是一个soidity代码片段和工具库集合

网址:https://github.com/ethereum/wiki/wiki/Solidity-Collections

Solidity Standard Library

Solidity Standard Library提供儿solidity标准库的概念性验证(Proof of Concept)实现。

网址:https://github.com/ethereum/wiki/blob/master/Solidity-standard-library.md

sqlsol

sqlsol实现了一个事件驱动的SQLite3缓存,用来与智能合约同步

网址:https://github.com/monax/sqlsol

OpenZeppelin

OpenZeppelin大名鼎鼎,用于构建安全的Solidity智能合约的框架。

网址:https://openzeppelin.org/


原文: 18个值得收藏的Solidity语言开发资源

转载于:https://my.oschina.net/u/3794778/blog/1826349

版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_34336292/article/details/92411505
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2020-04-19 16:55:06
  • 阅读 ( 1692 )
  • 分类:docker

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢