基本概念介绍 :国内介绍区块链比较详细的资料
终于把区块链的技术与应用讲清楚了
http://business.sohu.com/20161011/n470006712.shtml
开发基础:下面这2篇文章介绍了以太坊的概念与开发例子
http://marmelab.com/blog/2016/04/28/blockchain-for-web-developers-the-theory.html
http://marmelab.com/blog/2016/05/20/blockchain-for-web-developers-in-practice.html
blockchain 一些业务使用例子,finance, insurance, prediction markets, social networks, distributed computation and storage, gambling, marketplace, internet of things, governance, collaboration, development and games.
The maturity of these implementations varies a lot. If you have to build an application now, we’d advise:
- Eris for a closed Blockchain, or to discover and play with the technology
- Ethereum for a shared Blockchain
开发工具包汇总:
以太坊官网 https://www.etherchain.org/
以太节点交互的SDK:web3 https://github.com/ethereum/wiki/wiki/JavaScript-API
依赖库 https://www.npmjs.com/package/eris-contracts
编写智能合约业务逻辑的开发语言Solidity https://solidity.readthedocs.io/en/develop/
Ethereum完整的文档 http://www.ethdocs.org/en/latest/ethereum-clients/index.html
几个以太坊开发框架
http://truffle.readthedocs.io/en/latest/ 稍成熟的框架
https://iurimatias.github.io/embark-framework/
https://github.com/pipermerriam/populus
https://karl.tech/5-essential-ethereum-dapp-tools/
以太坊Ethereum的一些应用场景
- Decentralized investment funding: The DAO[32] with the objective to "provide a new decentralized business model for organizing both commercial and non-profit enterprises".[33][34] The DAO was funded with Ether.[18][33]
- Socioeconomic platform: Backfeed[35]
- Decentralized prediction market platform Augur
- Internet of Things (IoT): Light clients by Ethcore, an Ethereum-based private venture.[36] Chronicled has introduced an Ethereum blockchain-based physical asset verification platform. Chip companies, physical IP creators and manufacturers authenticate embedded Bluetooth low energy and Near field communication chips.[37]
- Gaming value platform: FreeMyVunk.[38]
- Equity crowdfunding portal for arts and media: The Rudimental.[39]
- Energy market: TransActive Grid enable people to buy and sell renewable energy to their neighbors[40]
- Smart locks: Slock.It,[41] who also built The DAO.[14]
- Decentralized options exchange: Etheropt.[42]
- Value token pegged to gold: DigixDAO, by Digix.[2] The token began trading on exchanges on 28 April 2016.[43][44]
- Releasing music as a digital contract: Imogen Heap, Ujo Music, used the technology with her single "Tiny Human".[45]
- Value token pegged to fiat-backed currencies: Decentralized Capital (DC) is a new service that allows users to bring dollars, euros, and other government-backed currencies onto and off of the Ethereum network. DC's smart contracts adhere to the token standard put forward by the Ethereum Foundation.[46]
Dapp development resources
- Smart contracts ELI5
- https://blog.slock.it/a-primer-to-the-decentralized-autonomous-organization-dao-69fb125bd3cd
- A 101 noob’s intro to programming smart contracts
- Standardised contract APIs listing
2016/11/8 updated: cpp-ethereum 版本bug比较多,像1.3.0同步到2,283,415区块就失败了,一直在下载,超过300M也没应,问了社区的人,说是cpp-ethereum校验的问题,不是下载不了的问题。要下一个版本才能修正。看来问题比较,不知道geth会不会好些?如果用geth又得重新同步了,因为各个语言实现的区块链数据库完全不能兼容的!如果照这样发展下去,以太链真有可能被HyperLedger超过。另外,区块链的同步非常慢,节点平常在线都不会超过10个,国内的节点更少。
相关推荐
Truffle是一个强大的开发框架,为以太坊区块链上的开发工作提供了便利,包括合约编译、部署、测试等。在这个"以太坊区块链积分系统truffle项目源代码"中,我们将主要关注两个关键文件:`Score.sol`和`app.js`。 `...
区块链从零构建以太坊(Ethereum)智能合约到项目实战,共25章学习内容
区块链 基于以太坊(Ethereum)星际文件系统(IPFS)的去中心化的图书馆的设计与实现+详细文档+全部资料(优秀项目)区块链 基于以太坊(Ethereum)星际文件系统(IPFS)的去中心化的图书馆的设计与实现+详细文档+全部资料...
以太坊 (Ethereum ):下 代智能合约和去中 化应 平台 以太坊 (Ethereum ):下 代智能合约和去中 化应 平台
从零构建以太坊(Ethereum)智能合约到项目实战视频教程
以太坊智能合约开发环境的搭建是开发基于区块链应用的基础步骤。本文主要针对Linux系统下,使用Truffle 3.0框架与TestRPC进行以太坊智能合约开发的环境配置进行了详细总结。以下是对这些知识点的详细解释: 首先,...
Ethereum & IPFS去中心化Ebay区块链项目实战视频教程,区块链实战开发首选。
使用区块链的证书生成和验证 使用以太坊在本地区块链设置上构建并部署在Rinkeby测试网络上。 合同部署在0x89c34c6a0d4c7587e9120a533757f380f4676887 RPC网络Rinkeby测试网络建立本地开发环境的步骤设置本地区块链...
以太坊区块链的严格类型化ORM库。 它允许您以有组织的,面向模型的方式将以太坊区块链用作持久性存储,而无需编写自定义复杂的智能合约。 注意:由于交易费用可能很高,因此强烈建议仅在私有以太坊区块链中或使用...
创建名为crypto_ethereum, crypto_ethereum_raw, 的新数据集crypto_ethereum_temp 创建 Google Cloud Storage 存储分区 创建一个新的 Google Storage 存储桶来存储导出的文件...
以太坊是一个开源的、基于区块链的分布式计算平台,它允许开发者构建和部署去中心化的应用程序,也就是我们所说的DAPP(Decentralized Application)。在这个场景中,“以太坊:以太坊区块链上的DAPP彩票”是指利用...
使用以太坊区块链的简单农民拍卖 智能合约可以通过以下方式帮助农民 农夫和投标人之间签署的智能合约执行和安全的防篡改协议可以防止双方的任何形式的欺诈。 它使拍卖能够以非常安全的方式进行,消除了中间商,并为...
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料
以太坊 简化以太坊区块链工作的软件包贡献如果您想添加新的导出的API,请描述您的提案-提前讨论API更改将使拉取请求的审核更加顺畅。 在您的问题,请愿书和任何其他通信中,请记住要尊重您的其他贡献者!建立 ,然后...
本课程基于以太坊Ethereum & IPFS的去中心化Ebay区块链项目实战。这是一个中级水平的课程,您可以建立一个类似eBay的市场,在这个市场上卖家可以拍卖他们的产品,买家也可以通过拍卖来购买。因为我们会将所有的业务...
收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料.zip
对初学者,首先要了解以太坊开发相关的基本概念。学习以太坊开发的一般前序知识要求,最好对以下技术已经有一些基本了解:一种面向对象的开发语言,例如:Python,Ruby,Java...前端开发语言:...
以太坊(Ethereum)是一个开源的、基于区块链的分布式计算平台,它允许开发人员构建去中心化的应用(DApps)和智能合约。以太坊不仅是一个加密货币系统,更是一个全球性的、去中心化的运行代码的平台,这些代码可以...
├─(22) 4-1 以太坊由来.mp4 ├─(23) 4-2 智能合约.mp4 ├─(24) 4-3 核心概念之账号及钱包.mp4 ├─(25) 4-4 核心概念之GAS.mp4 ├─(26) 4-5 去中心化应用DAPP.mp4