-
Here is the situation; I get the data below:
mnemonic -> seed -> extendedBase58 -> m/44'/60'/0'/0/0 child private key .
and I check these values on [iancoleman](https://iancoleman.io/bip39/#engli…
-
Hi,
Trying to write code that watches when a transaction happens on my address. I understand the only way to do that with the web3 libs is to poll the current TxPool and check for your address.
…
-
It is apparent this this project has been abandoned, due to the fact no one is merging requests or responding to tickets new and old.
It's sad to see because this is a helpful and great project.
…
-
First of all thanks for this project, I really like the idea of slim bindings, I've been using my own slim bindings for years and it's much better than full C# binding for all Java types. Now, I'm u…
-
2019-12-20 10:03:25,922 [main] INFO [org.fisco.bcos.Application] StartupInfoLogger.java:50 - Starting Application on macdeMacBook-Pro-2.local with PID 938 (/usr/local/var/www/Java_project/spring-boot…
-
I have a project that uses the web3j gradle plugins that started failing after upgrading the version of gradle being used (via a transitive dependency). I admit I don't have a very clear understanding…
-
Scenario
1. send 100 transactions to besu free-gas network, not waiting for mined (async)
2. almost 100 transactions added to txpool (checked by besu_txpoolStatistics)
3. however, only single trans…
-
@oa-s would you help to elaborate? Note that checking for pending transaction status needs to be updated too.
-
### Description
As an implementer of Besu, I want enable secure websockets rpc api in the same way TLS is enabled for http so that we can securely call the api with privacy and listen for events.…
-
So I was trying to mess around with the Go client and ended up with the following error.
Here's my go code:
```
package main
import (
"context"
"math/big"
"crypto/ecdsa"
"fmt"
"log"
…