0xblockhash
|
2efc0046d1
|
Add Sui Mainnet RPC URL & Update README.md
v2023.05.06
|
2023-05-06 17:30:38 +08:00 |
|
0xblockhash
|
02232a5d8f
|
Update README.md
v2023.04.30
|
2023-04-30 16:00:10 +08:00 |
|
0xblockhash
|
73034dc6e7
|
Update ci.yml go version
|
2023-04-30 15:39:10 +08:00 |
|
0xblockhash
|
c87485bdb8
|
Remove useless file
|
2023-04-30 15:21:12 +08:00 |
|
0xblockhash
|
797fac77f5
|
Add read move data module API & SignAndExecuteTransactionBlock method implement
|
2023-04-30 15:16:34 +08:00 |
|
0xblockhash
|
358f2ed6c6
|
Support more system data module API
|
2023-04-27 15:40:55 +08:00 |
|
testnode
|
94018a360b
|
Fix typo error
|
2023-04-26 22:29:29 +08:00 |
|
testnode
|
af8a9e24b3
|
Update Readme
|
2023-04-26 22:15:26 +08:00 |
|
chh
|
bbf19b76e9
|
feat: Release a new version that is consistent with the latest API
feat: Update spelling errors.
|
2023-04-26 21:40:51 +08:00 |
|
testnode
|
75f9c47010
|
Update README.md
|
2023-01-18 21:52:04 +08:00 |
|
testnode
|
f8a8b1ea23
|
Update Readme
|
2023-01-18 21:50:48 +08:00 |
|
jiang
|
47fb661309
|
Update README.md
|
2023-01-18 20:28:10 +08:00 |
|
jiang
|
5cc5152bd6
|
Fix typo
Fix typo
|
2023-01-18 20:27:01 +08:00 |
|
jiang
|
4e97f5561e
|
Update new version API
Update new version API
v2023.01.01
|
2023-01-18 16:31:52 +08:00 |
|
jiang
|
678b7b7b2b
|
Add new data structure for new version
|
2023-01-18 16:31:27 +08:00 |
|
jiang
|
bfd1c3292c
|
Modify get_start example
Modify get_start example
|
2023-01-18 16:31:01 +08:00 |
|
jiang
|
8ec81e2b9f
|
Add ExecuteTransaction struct
Add ExecuteTransaction struct
|
2023-01-18 16:30:43 +08:00 |
|
jiang
|
1a6e75252e
|
Add GetDynamicFieldObjectRequest & Response struct
Add GetDynamicFieldObjectRequest & Response struct
|
2023-01-18 16:30:17 +08:00 |
|
jiang
|
1fc8cf6f4c
|
Update README.md
Update README.md
|
2023-01-18 16:29:49 +08:00 |
|
bvcrypto
|
0ecf4f72b8
|
Merge pull request #1 from bvcrypto/main
Remove deprecated methods
|
2023-01-17 12:00:21 +08:00 |
|
jiang
|
18dccaba88
|
Remove deprecated methods
Remove deprecated methods
|
2022-12-23 17:35:34 +08:00 |
|
jiang
|
3c3bd27f1f
|
AddMintNFT API
Add`MintNFT` API
v2022.12.02
|
2022-12-21 16:55:32 +08:00 |
|
jiang
|
a4947fa9b4
|
Add GetMetadata API example
Add `GetMetadata` API example
|
2022-12-21 16:55:08 +08:00 |
|
jiang
|
199b0b6147
|
Add ReadCoinMetadata API
Add ReadCoinMetadata API
|
2022-12-21 16:54:15 +08:00 |
|
jiang
|
1a01796094
|
feat: Post multiple params in a single request
feat & enhancement:
Post multiple params in a single request
v2022.12.01
|
2022-12-09 16:43:07 +08:00 |
|
jiang
|
7d36280bbd
|
feat: replace sync.Map with map
feat: replace sync.Map with map
v2022.11.03
|
2022-11-08 17:26:36 +08:00 |
|
jiang
|
a79ac8c18a
|
feat: add sui_payAllSui & sui_paySui
1. add more test cases.
2. add `sui_payAllSui` & `sui_paySui` to write transaction APIs.
|
2022-11-08 15:46:24 +08:00 |
|
jiang
|
e4cc5f868b
|
refactor: 1. update gateway api endpoint
refactor: 1. update gateway api endpoint
|
2022-11-08 14:39:01 +08:00 |
|
jiang
|
32e7cccbfc
|
fix:
1. remove package `httpconn`
v2022.11.02
|
2022-11-08 14:25:25 +08:00 |
|
jiang
|
288f4071b8
|
add pay method & refactor RPC client
feat:
1. add `pay` method
2. websocket for RPC client is supported
refactor:
1. RPC client call
v2022.11.01
|
2022-11-08 14:20:01 +08:00 |
|
jiang
|
817167fa19
|
update .gitignore
update .gitignore
|
2022-11-08 14:16:32 +08:00 |
|
jiang
|
0b2e0031d5
|
feat: support latest api
feat: support some latest APIs.
1. `sui_tryGetPastObject` is supported.
2. `sui_dryRunTransaction` is supported.
3. add more examples.
|
2022-10-21 16:32:30 +08:00 |
|
jiang
|
aef837052e
|
update README add sui jump url
update README
add `sui` jump url
|
2022-09-07 19:27:03 +08:00 |
|
jiang
|
3471add7c8
|
refactor: integrate common package
refactor: integrate common package
integrate `keypair/sui_error/httpconn` packages into `common` package
|
2022-09-07 17:04:40 +08:00 |
|
jiang
|
538287ee02
|
Update README.md
|
2022-09-06 19:09:36 +08:00 |
|
jiang
|
38354fc717
|
feat: remove unreachable json check and add original error info in feature APIs
feat: remove unreachable json check and add original error info in feature APIs
|
2022-09-06 16:05:25 +08:00 |
|
jiang
|
6edd900077
|
refactor: add go reference
|
2022-09-06 15:50:29 +08:00 |
|
jiang
|
21f5f1b872
|
feat: add passing icon and examples url
feature:
1.add passing icon and examples url
2.remove useless example
|
2022-09-06 15:23:15 +08:00 |
|
jiang
|
7f45e34994
|
ci: add ci.yml and add PR/Issue template
ci: add ci.yml and add PR/Issue template
|
2022-09-06 15:13:34 +08:00 |
|
jiang
|
ceade1697d
|
feat: remove unreachable json check and add original error info
feat:
1. remove unreachable json check and add original error info.
2. add more code examples
|
2022-09-06 15:09:44 +08:00 |
|
jiang
|
9565c00071
|
remove lint binary. add it to .gitignore
|
2022-09-06 11:38:32 +08:00 |
|
jiang
|
468eabf751
|
add APIs' annotation
add APIs' annotation
|
2022-09-06 11:36:20 +08:00 |
|
jiang
|
06841f755a
|
Update README.md
|
2022-09-06 11:06:53 +08:00 |
|
jiang
|
ecff7d8ec1
|
initial commit
initial commit
|
2022-09-06 11:03:29 +08:00 |
|
jiang
|
fa1097d391
|
Initial commit
|
2022-09-06 11:02:26 +08:00 |
|