Solidity 智能合约开发工具准备
2018-09-11 本文已影响0人
小古要哈哈
Solidity简介:Solidity是一种语法与Javascript相似的高级语言,是一种面向对象的语言。他为Ethereum虚拟机编译代码而设计。Solidity是静态类型,支持继承,库和复杂的用户自定义类型以及其他功能。他可以创建投票、众筹、盲拍、多重签名钱包等的智能合约。
Solidity 一些有用的连接:
- Ethereum:https://ethereum.org
- Changelog:https://github.com/ethereum/solidity/blob/develop/Changelog.md
- Story Backlog:https://www.pivotaltracker.com/n/projects/1189488
- Source Code:https://github.com/ethereum/solidity/
- Ethereum Stackexchange:https://ethereum.stackexchange.com/
- Gitter Chat:https://gitter.im/ethereum/solidity/