This project is no longer under active development and has been archived. The repository is kept for historical purposes and read-only access. No further updates or pull requests will be considered.
-
Java 8
-
IntelliJ Idea/other IDE
-
Solidity Compiler (solc)
On MacOS:
brew tap ethereum/ethereum brew install solidity
On Linux (apt-based):
sudo add-apt-repository ppa:ethereum/ethereum sudo apt-get update sudo apt-get install solc
On Windows:
Go to https://github.com/ethereum/solidity/releases and download the latest release, then extract the zip file and add
solc.exe
to your PATH variable. -
Web3j command line tools
On MacOS/Linux:
curl -sL get.web3j.io | bash
On Windows:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))
Or, if either of these don't work go to https://github.com/web3j/web3j/releases and download the latest release, then extract the zip file and add web3j to your PATH variable.
-
Hyperledger Besu
On any OS:
Go to https://bintray.com/hyperledger-org/besu-repo/besu#files and download the latest release. Navigate to
besu/bin
inside the archive, besu can be started using the shell script/batch file in that folder.
https://drive.google.com/file/d/18hCvD_bkseqVY7NCQZ-9SF-zMM45JA4L/view?usp=sharing
Epirus: https://rinkeby.explorer.epirus.web3labs.com
https://github.com/blk-io/epirus-free/blob/master/examples/Quorum_Example.md