前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Solidity语言代码库与docker镜像

Solidity语言代码库与docker镜像

作者头像
用户1408045
发布2019-03-12 10:35:15
5610
发布2019-03-12 10:35:15
举报
文章被收录于专栏:汇智网教程汇智网教程

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/

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018/06/07 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • DigixDAO
  • slockit
  • Solidity Baby Steps
  • Solidity By Exammples
  • solidity-examples
  • Solidity idiosyncrasies
  • solidity-by-example
  • dapp-bin
  • dapp-scratch
  • dappsys
  • DappTools
  • instant-dapp-ide
  • Modular Libraries
  • Smart Contracts Skeleton
  • Solidity Collections
  • Solidity Standard Library
  • sqlsol
  • OpenZeppelin
相关产品与服务
命令行工具
腾讯云命令行工具 TCCLI 是管理腾讯云资源的统一工具。使用腾讯云命令行工具,您可以快速调用腾讯云 API 来管理您的腾讯云资源。此外,您还可以基于腾讯云的命令行工具来做自动化和脚本处理,以更多样的方式进行组合和重用。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档