You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+84-6Lines changed: 84 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ maven
29
29
<dependency>
30
30
<groupId>com.cryptape.cita</groupId>
31
31
<artifactId>core</artifactId>
32
-
<version>0.25.0</version>
32
+
<version>1.0.0</version>
33
33
</dependency>
34
34
```
35
35
Gradle
36
36
```
37
-
compile 'com.cryptape.cita:core:0.25.0'
37
+
compile 'com.cryptape.cita:core:1.0.0'
38
38
```
39
39
40
40
Install manually
@@ -52,7 +52,7 @@ gradle shadowJar
52
52
### CITA Test net
53
53
54
54
Use CITA test net (recommended):
55
-
https://node.cryptape.com is provided as a test net.
55
+
https://testnet.citahub.com is provided as a test net.
56
56
57
57
Or build your own CITA net:
58
58
Please find more information in [CITA](https://github.com/cryptape/cita).
@@ -147,6 +147,44 @@ public Object callContract(String contractAddress, AbiDefinition functionAbi, St
147
147
While contract file is required when first deploy the contract, cita-sdk-java can get the abi file according to address when call methods in deployed contract.
148
148
Please find complete code in [TokenAccountExample](https://github.com/cryptape/cita-sdk-java/blob/master/tests/src/main/java/com/cryptape/cita/tests/TokenAccountExample.java).
149
149
150
+
## Contributing
151
+
152
+
### Creating a Bug Report
153
+
open a new issue: https://github.com/cryptape/cita-sdk-java/issues/new
0 commit comments