-
根据文档[配置国密版控制台](https://fisco-bcos-documentation.readthedocs.io/zh_CN/release-2.4.0/docs/manual/console.html#id11) 国密版console目前需要两个步骤来配置:
1. 打开国密开关
```
```
2. 替换国密编译包
```
# 下载…
-
I'm encountering this issue when I enable proguard:
```
No serializer found for class com.fasterxml.jackson.databind.util.LRUMap and no properties discovered to create BeanSerializer (to avoid exc…
-
In the current web3j implementation, the [ChainId](https://github.com/web3j/web3j/blob/master/core/src/main/java/org/web3j/tx/ChainId.java) is of type byte.
The reason for this is historical,to sup…
-
I simply generate contract with command line
`epirus solidity generate --abiFile=contracts/UniswapV2RouterContract.abi --outputDir=src/main/java --package=com.app.contracts`
The result is in U…
-
I have a project that includes the web3j plugin. When building I get this warning:
```
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-m…
-
Hello
I'm looking for get the Nonce of a transaction of smart contract
Is it a way to get it ?
Or something like that is useful
For exemple I would like to do
```
val trans…
-
To get privateKey from Mnemonic, I use: ECKeyPair.create(sha256(seed))
But it creates a different privateKey from the same mnemonic using TrustKeystore in iOS (TrustKeystore generates the correct p…
-
Hello
I'm looking for load contract from abi
So I use the epirus solidity generate -a=abi/MyContract.abi -o=src/main/java -p=com.my.app
The contract class is generated with an error : this i…
-
When I use web3j to initiate a transfer and no response has been received, the network is disconnected. Now I don't have the hash value of the current transaction. How can I know the status of the cur…
busgo updated
4 years ago
-
springboot
java.lang.ClassNotFoundException: okhttp3.CipherSuite
POM.xml
org.web3j
core
4.6.3
…