-1

How to broadcast transactions using litecore-lib for nodejs? Is there any public endpoint to push the tx once signed? Public endpoint for testnet?

Federico Caccia
  • 1,817
  • 1
  • 13
  • 33

1 Answers1

0
  • Guide to create a transaction with littecore-lib, then use toString to generate raw transaction data.

  • Broadcast it at here

StillFantasy
  • 1,677
  • 9
  • 21