All Projects → web3j → web3j-cli

web3j / web3j-cli

Licence: Apache-2.0 License
Command-line interface for web3j

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
shell
77523 projects
solidity
1140 projects

Projects that are alternatives of or similar to web3j-cli

web3j-scala
Lightweight and idiomatic Scala wrapper around Web3J for Ethereum.
Stars: ✭ 75 (+141.94%)
Mutual labels:  web3j
android-eth-wallet
Android cryptocurrency wallet app with clean architecture
Stars: ✭ 28 (-9.68%)
Mutual labels:  web3j
Android-Wallet-Token-ERC20
Android Wallet (Token ERC20)
Stars: ✭ 30 (-3.23%)
Mutual labels:  web3j
epirus-cli
Epirus SDK CLI
Stars: ✭ 18 (-41.94%)
Mutual labels:  web3j
ethereum-java-web3j
一个很受欢迎的用java和android app类库web3j开发区块链以太坊dapp和智能合约的教程。内容涉及以太坊核心概念,如账户管理、状态与交易、合约开发与交互、过滤器和事件等,也详细说明如何用web3j开发接口与以太坊交互。
Stars: ✭ 22 (-29.03%)
Mutual labels:  web3j
web3j-example
Android web3j example
Stars: ✭ 27 (-12.9%)
Mutual labels:  web3j
examples
Example code supporting articles
Stars: ✭ 44 (+41.94%)
Mutual labels:  web3j
web3jdemo
功能强大的web3j以太坊用例,支持批量生成钱包,批量不同账户转账,查询余额等,监控,定时任务,交易mint等方法,持续更新中... ...
Stars: ✭ 262 (+745.16%)
Mutual labels:  web3j
Web3j-Android-Ether-Wallet-Ethereum-Client
I developed this project for helping developers to create their own ethereum wallet using Web3j library.
Stars: ✭ 37 (+19.35%)
Mutual labels:  web3j

web3j-cli: Web3j Command Line Tools

Documentation Status Build Status codecov Join the chat at https://gitter.im/web3j/web3j

About

The Web3j command line tools enable developers to interact with blockchains more easily. The Web3j command line tools allow allow you to use some of the key functionality of web3j from your terminal, including:

  • New project creation
  • Project creation from existing Solidity code
  • Wallet creation
  • Wallet password management
  • Ether transfer from one wallet to another
  • Generation of Solidity smart contract wrappers
  • Smart contract auditing

N.B. For version prior to 4.5.7 go to web3j/web3j releases

Installation

On 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.

On 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'))

Docs

https://docs.web3j.io/latest/command_line_tools/

Credits

Smart contract auditing functionality is provided by SmartCheck

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].