blockworks-foundation/solana

Implement a basic transaction forwarder using TPU client

godmodegalactus opened this issue · 1 comments

Create a basic transaction forwarder using TPUClient class of solana.
The transaction forwarder will recieve a transaction from and RPC port and forward the transaction to the current leader.
The transaction forward should be able to use both UDP protocol and QUIC protocol.
After successfully sending transaction LiteRPC should respond the sender with the signature.

Depends on : #1

This should basically work like sendTransaction if I am not wrong?