Cpp Ethereum - 以太坊 C++ 客户端


GPL
跨平台
C/C++

软件简介

Cpp Ethereum 是以太坊的 C++ 客户端。

它是以太坊客户端中第三受欢迎的,位于 Geth( Go 客户端)和 Parity( Rust 客户端)之后。
该代码非常便于移植,并已在各种各样的操作系统和硬件上成功使用。

运行

使用 geth

使用 ethereum 控制台

ethereum 控制台是一个 node.js 应用,它连接到正在运行的 eth / geth 节点并提供对 web3 对象的访问。

> npm install -g ethereum-console
> ethconsole