Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledger-web3j/web3j-cli
Command-line interface for web3j
https://github.com/hyperledger-web3j/web3j-cli
blockchain cli ethereum web3j
Last synced: 1 day ago
JSON representation
Command-line interface for web3j
- Host: GitHub
- URL: https://github.com/hyperledger-web3j/web3j-cli
- Owner: hyperledger-web3j
- License: other
- Created: 2019-09-25T14:32:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T07:29:45.000Z (about 1 month ago)
- Last Synced: 2024-11-12T20:16:30.010Z (1 day ago)
- Topics: blockchain, cli, ethereum, web3j
- Language: Java
- Homepage: https://github.com/web3j/web3j-cli
- Size: 18.4 MB
- Stars: 59
- Watchers: 9
- Forks: 30
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
web3j-cli: Web3j Command Line Tools
===================================.. image:: https://api.travis-ci.org/web3j/web3j-docs.svg?branch=master
:target: https://docs.web3j.io
:alt: Documentation Status.. image:: https://travis-ci.org/web3j/web3j-cli.svg?branch=master
:target: https://travis-ci.org/web3j/web3j-cli
:alt: Build Status.. image:: https://codecov.io/gh/web3j/web3j-cli/branch/master/graph/badge.svg
:target: https://codecov.io/gh/web3j/web3j-cli
:alt: codecov.. image:: https://badges.gitter.im/web3j/web3j.svg
:target: https://gitter.im/web3j/web3j
:alt: Join the chat at https://gitter.im/web3j/web3jAbout
=====
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:.. code-block:: bash
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:
.. code-block:: bash
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 `_