Summary: | New port: net-p2p/go-ethereum Go implementation of the Ethereum protocol | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Enrique Fynn <me> | ||||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Many People | CC: | me, pi | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Created attachment 159370 [details]
shar
Options to install:
bootnode: runs a bootstrap node for the Discovery Protocol
ethtest: test tool which runs with the tests suite
evm: is a generic Ethereum Virtual Machine
disasm: disassembles EVM code
rlpdump: prints RLP structures
Created attachment 159806 [details]
shar
Patches merged into github account in version 1.0.1
A commit references this bug: Author: pi Date: Sat Apr 30 18:37:52 UTC 2016 New revision: 414354 URL: https://svnweb.freebsd.org/changeset/ports/414354 Log: New port: net-p2p/go-ethereum Ethereum is a community-driven project aiming to decentralize the internet and return it to its democratic roots. It is a platform for building and running applications which do not need to rely on trust and cannot be controlled by any central authority. This is the Go implementation of Ethereum y/w paper WWW: https://github.com/ethereum/go-ethereum PR: 201954 Submitted by: enriquefynn@gmail.com Changes: head/net-p2p/Makefile head/net-p2p/go-ethereum/ head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo head/net-p2p/go-ethereum/pkg-descr head/net-p2p/go-ethereum/pkg-plist Testbuilds of 1.3.6 are fine, committed, thanks! And sorry for the long delay in getting this into the tree. |
Created attachment 159350 [details] just installs geth Ethereum is a community-driven project aiming to decentralize the internet and return it to its democratic roots. It is a platform for building and running applications which do not need to rely on trust and cannot be controlled by any central authority. This is the Go implementation of Ethereum y/w paper Currently, this port just installs geth.