Ethereum

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(项目)
(项目)
 
(未显示1个用户的14个中间版本)
第5行: 第5行:
 
==简介==
 
==简介==
 
Ethereum 以太坊,下一代加密货币协议和智能合约、去中心化自治机构。
 
Ethereum 以太坊,下一代加密货币协议和智能合约、去中心化自治机构。
 +
 +
以太坊不是分布式账本,而是分布式有限状态机。
 +
 +
==基金会==
 +
*[https://esp.ethereum.foundation/ Ecosystem Support Program]
  
 
==新闻==
 
==新闻==
第16行: 第21行:
  
 
==指南==
 
==指南==
 +
*[https://bounty.ethereum.org/ Ethereum Bounty(赏金)Program]
  
 
==项目==
 
==项目==
 +
[[文件:ConsenSys-logo.png|right|ConsenSys]]
 +
[[文件:Status-logo.png|right|Status]]
 
*[https://github.com/ethereum/EIPs EIPs] The Ethereum Improvement Proposal
 
*[https://github.com/ethereum/EIPs EIPs] The Ethereum Improvement Proposal
 +
*[https://github.com/ConsenSys/ethereum-developer-tools-list Ethereum Developer Tools List]
 
*[https://github.com/ethereum/evmjit evmjit] The Ethereum EVM JIT
 
*[https://github.com/ethereum/evmjit evmjit] The Ethereum EVM JIT
*[https://github.com/ethereum/solidity Solidity面向合约的编程语言] [[C++]]编程实现
+
*[[Solidity]]面向合约的编程语言 [[C++]]编程实现
 
*[https://github.com/ethereum/cpp-ethereum Ethereum C++ client]
 
*[https://github.com/ethereum/cpp-ethereum Ethereum C++ client]
*[https://github.com/ethereum/go-ethereum go-ethereum] Ethereum协议的官方[[go|Go语言]]实现。
 
 
*[https://github.com/ethereum/pyethereum pyethereum] 下一代加密货币网络,[[Python]]开发。
 
*[https://github.com/ethereum/pyethereum pyethereum] 下一代加密货币网络,[[Python]]开发。
 
*[https://github.com/ethereum/ethereumj ethereumj]以太坊黄页,[[Java]]开发。
 
*[https://github.com/ethereum/ethereumj ethereumj]以太坊黄页,[[Java]]开发。
第30行: 第38行:
 
*[https://github.com/Yakindu/solidity-ide YAKINDU Solidity Tools] based on [[Eclipse]]
 
*[https://github.com/Yakindu/solidity-ide YAKINDU Solidity Tools] based on [[Eclipse]]
 
*[https://github.com/paritytech/parity Parity] Fast, light, robust Ethereum implementation. [[Rust]]语言实现
 
*[https://github.com/paritytech/parity Parity] Fast, light, robust Ethereum implementation. [[Rust]]语言实现
 +
*[https://github.com/makerdao MakerDAO] 是 2014 年在以太坊区块链上创建的开源[https://makerdao.com/ 去中心化自治组织]
 +
*[https://github.com/OpenZeppelin/openzeppelin-contracts/ OpenZeppelin Contracts] is a library for secure smart contract development.
 +
*[https://github.com/nibbstack/erc721 ERC-721 Token] — Reference Implementation
 +
Go-Ethereum(Geth)客户端
 +
*[https://github.com/ethereum/go-ethereum go-ethereum] Ethereum 协议的官方 [[go|Go语言]] 实现,https://geth.ethereum.org Golang 是以太坊主力开发语言。
 +
*[https://github.com/ConsenSys/quorum GoQuorum] is a fork of go-ethereum
 +
此外,每一种基于以太坊的区块链都有自己的 Geth 实现,也都用 Golang 编写。
 +
*[https://github.com/ethereumproject/go-ethereum 以太坊经典] 已存档
 +
*[https://github.com/ellaism/go-ellaism Ellaism]
 +
*[https://github.com/expanse-org/go-expanse Expanse]
 +
*[https://github.com/Musicoin/go-musicoin Musicoin] 已存档
 +
*[https://github.com/ubiq/go-ubiq Ubiq]
  
 
==应用==
 
==应用==
第45行: 第65行:
 
==开发者==
 
==开发者==
 
[https://ethereum.org/zh/developers/ 以太坊开发者资源]
 
[https://ethereum.org/zh/developers/ 以太坊开发者资源]
 +
 +
==安全==
 +
*[https://ethereum.org/zh/security/ 以太坊安全和预防欺诈措施]
 +
*[https://openzeppelin.com/security-audits/ Security audits for distributed systems]
 +
*[https://blog.sigmaprime.io/solidity-security.html Solidity Security]
  
 
==厂商==
 
==厂商==
第51行: 第76行:
 
==图集==
 
==图集==
 
<gallery>
 
<gallery>
image:EEA-Enterprise-Ethereum-Architecture-Stack.png|
+
image:EEA-Enterprise-Ethereum-Architecture-Stack.png|企业以太坊
 
image:eea-ethereum-developer-tool-survey-results.png|EEA开发者报告
 
image:eea-ethereum-developer-tool-survey-results.png|EEA开发者报告
 
image:traditional-banking-featured.png|传统银行系统
 
image:traditional-banking-featured.png|传统银行系统
第59行: 第84行:
 
image:nethereum.png|Nethereum
 
image:nethereum.png|Nethereum
 
image:nethereum-blazor.png|Nethereum Blazor
 
image:nethereum-blazor.png|Nethereum Blazor
 +
image:MakerDAO-Maker-Protocol-System.png|MakerDAO协议
 +
image:swarm-layered-design.png|Swarm层级设计
 +
image:evm.png|EVM
 
</gallery>
 
</gallery>
  

2022年5月3日 (二) 04:59的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Ethereum Thanks, Wikipedia.

Ethereum

目录

[编辑] 简介

Ethereum 以太坊,下一代加密货币协议和智能合约、去中心化自治机构。

以太坊不是分布式账本,而是分布式有限状态机。

[编辑] 基金会

[编辑] 新闻

[编辑] 版本

[编辑] 功能

[编辑] 指南

[编辑] 项目

ConsenSys
Status

Go-Ethereum(Geth)客户端

此外,每一种基于以太坊的区块链都有自己的 Geth 实现,也都用 Golang 编写。

[编辑] 应用

Blockchain Use Cases and Applications

  • Central Bank Digital Currency (CBDC)
  • weifund.io 基于以太坊的开源众筹平台
  • Augur 基于以太坊的市场预测软件
  • Ujo 音乐交易平台,允许用户从艺术家手上购买音乐,并按比例向乐队成员发放。
  • Transactive Grid 一个可以直接销售可再生能源的以太坊应用。
  • Rotki 开源加密货币投资组合跟踪器,会计和分析财务工具,使你能够拥有你的财务数据并尊重你的隐私。

[编辑] 企业级

企业级以太坊兼容以太坊主链(公链),或许可链与私链

[编辑] 开发者

以太坊开发者资源

[编辑] 安全

[编辑] 厂商

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱