blockworks-foundation / lite-rpc

This is a solana lite rpc which optimizes sending transactions and confirming transactions strategies.
GNU Affero General Public License v3.0
192 stars 54 forks source link

how to send rawtransaction #400

Closed jcatal closed 2 months ago

jcatal commented 3 months ago

hello, on readme it's said "Alternatively, you can connect directly to lite-rpc using a web3.js Connection object that is only used for sending and confirming transactions" how to do that, have you any example ? how to send a signed raw transaction using web3.js "sendRawTransaction" ? tried it but don't work, connection to lite-rpc ok.