Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
saf111r opened this issue Jan 10, 2024 · 1 comment
Closed
Labels

Comments

@saf111r
Copy link

saf111r commented Jan 10, 2024

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
Copy link

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:

@github-project-automation github-project-automation bot moved this from Todo to Done in Team Backlog Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants