AlexandrouR / web3j-installer

Command line installer for web3j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 web3j


Languages

Language:Shell 79.9%Language:PowerShell 20.1%