hedera-sdk-java
hedera-sdk-java copied to clipboard
feat: `TCK-Java`- Implement JSON-RPC server to serve the `TCK`
Description:
In order to execute the integration tests from TCK tests against hedera-sdk-java we need to implement a server similar to hedera-sdk-js and hedera-sdk-go
This PR includes:
- Implementation of
HTTPserver, capable of reading json-rpc requests, using thecom.thetransactioncompany:jsonrpc2-server:2.0library and some custom logic. - Implementation of
setupandresetmethods
Related issue(s):
Fixes #1733
Notes for reviewer:
Checklist
- [x] Documented (Code comments, README, etc.)
- [ ] Tested (unit, integration, etc.)
