AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

What is the alternative API for this /v1/chain/abi_json_to_bin api ? #2065

Closed saf111r closed 8 months ago

saf111r commented 8 months ago

Because this API has been deleted, but we need to use this API when transferring. What API can be used to replace this now?

image

Or how can implement the api with java in my local client?

bhazzard commented 8 months ago

The most actively maintained option is WharfKit, javascript libraries by the Greymass team: https://wharfkit.com. If all you are doing is sending transfers, you can probably just use their "session kit" and you're good to go. If you need to work with the ABIs, you might want to take a look at "Retrieving an ABI Using an APIClient" https://wharfkit.com/docs/antelope/abi. I leave it to you to determine the best way to interface with javascript libraries from your local java client.

There are other options with less certain support: