Wallet to Wallet Transfer using Hedera Hashgraph SDK
Fun with HashGraph: how to implement a simple asset swap using HashGraph
The current implementation is not meant to be high-performant (for example I am using defaults Java serialization - could use Google Protobuf instead). I just wanted to focus on understanding Hashgraph by implementing a real-time asset swap.
This implementation demonstrates:
Developed in ~ 5 hours using the outstanding https://www.hederahashgraph.com/
This demo can be extended to any asset transfer
TJ