Skip to content

hyperledger/web3j-installer

 
 

Repository files navigation

web3j-installer

Command line installer for Web3j

How to (Linux/macOS):

In a terminal, run the following command:

curl -L get.web3j.io | sh

This script will not work if Web3j has been installed using Homebrew on macOS.

How to (Windows):

In PowerShell, run the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/web3j/web3j-installer/master/installer.ps1'))

About

Command line installer for Epirus tools

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 81.3%
  • PowerShell 18.7%