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
Because this API has been deleted, but we need to use this API when transferring. What API can be used to replace this now?
Or how can implement the api with java in my local client?
The text was updated successfully, but these errors were encountered:
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:
Because this API has been deleted, but we need to use this API when transferring. What API can be used to replace this now?
Or how can implement the api with java in my local client?
The text was updated successfully, but these errors were encountered: