Official Go implementation of the Ethereum protocol
Ethereum is a public, blockchain-based distributed computing platform and operating system that runs smart contracts. Go Ethereum is one of the three original implementations of the Ethereum protocol.
Ethereum is a public, blockchain-based distributed computing platform and operating system that runs smart contracts. Go Ethereum is one of the three original implementations of the Ethereum protocol.
To install go-ethereum, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-ethereum
To see what files were installed by go-ethereum, run:
port contents go-ethereum
To later upgrade go-ethereum, run:
sudo port selfupdate && sudo port upgrade go-ethereum
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.