Dear All
I’m currently using my windows PowerShell to Build > Sign > Submit transaction
but if I want to submit to another custom node eg. [https://usa.freeloaderz.io/api/submit/tx]
how could I do that using Powershell or cardano-cli
Do we have something like:
cardano-cli transaction submit --tx-file [signed file] --mainnet --custom-node https://usa.freeloaderz.io/api/submit/tx
Thankyou!