web3j-docs icon indicating copy to clipboard operation
web3j-docs copied to clipboard

Web3j documentation repository.

Results 10 web3j-docs issues
Sort by recently updated
recently updated
newest added

### What does this PR do? Files added for repo migration ### Where should the reviewer start? all ### Why is it needed? https://toc.hyperledger.org/guidelines/repository-structure.html

Added Nodereal as Ethereum node provider ### What does this PR do? Adds another new Ethereum Node provider *required* ### Where should the reviewer start? Web3j-docs ### Why is it...

### What does this PR do? Update version of dependency showed in example, from `4.8.1` to `4.8.2`. ### Where should the reviewer start? Issue #52 to description with more details....

I want to load the wallet flexibly like the front-end page(web3.js), instead of loading the wallet only through keystore and privatekey. For example, after I connect the wallet through web3.js...

While going through the [web3j docs](https://docs.web3j.io/4.8.7/getting_started/deploy_interact_smart_contracts/) in most of the places below deploy method is used. ```java YourSmartContract contract = YourSmartContract.deploy( , , GAS_PRICE, GAS_LIMIT, , ..., ).send(); // constructor...

Hello i have a problem with web3j. I have installed it from here: https://docs.web3j.io/4.8.7/command_line_tools/ but when I run the command in title it will return me: ``` by Web3Labs [...

In page Web3j -> Getting Started -> Run a node locally The command to install besu has the switch `----network`, it should be `--network`

On Filters and Flowables page http://docs.web3j.io/4.8.7/getting_started/pub_sub/ There is code with `Subscription` > Subscription subscription = web3j.blockFlowable(false).subscribe(block -> { 1) but it is not clear what exact class is too import...

Docs give opportunity to edit e.g. on http://docs.web3j.io/4.8.7/getting_started/pub_sub/ the edit link is https://github.com/web3j/web3j/edit/master/docs/getting_started/pub_sub.md that is incorrect, it should point to this repo.

In https://docs.web3j.io/4.8.7/quickstart/#maven-plugin, do references to version `4.8.1` of `web3j-maven-plugin` but this version does not exist in mvnrepository (https://mvnrepository.com/artifact/org.web3j/web3j-maven-plugin) neither releases page of own project: https://github.com/web3j/web3j-maven-plugin/releases. The correct version is `4.8.2`,...