Article
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
General purpose library for the EOSIO blockchain.
EOS.IO Go API library
The EOS Java API Wrapper is a Java implementation of the EOSIO RPC calls, providing a programmatic interface to interact with EOSIO blockchain nodes. It enables Java developers to perform common blockchain operations like querying blocks, managing wallets, and pushing transactions without dealing with low-level HTTP requests. ## Key Features - **RPC Client** — Provides a synchronous, blocking client for making RPC calls to EOSIO nodes. - **Multi-Endpoint Support** — Allows configuration of separate base URLs for chain, history, and wallet APIs. - **Transaction Handling** — Includes methods for creating, signing, and pushing transactions to the blockchain. - **Wallet Management** — Supports wallet creation and management operations via the wallet API. - **Error Handling** — All methods throw catchable EOSApiException for robust error management. ## Philosophy The library aims to offer a straightforward, Java-native way to interact with EOSIO blockchains, abstracting the complexity of direct RPC communication while maintaining compatibility with core EOSIO APIs.
Connecting signature providers and dApps through an open-source, modular, and simple standard for EOSIO-based blockchains