explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Support "pushtx"

Open priestc opened this issue 8 years ago • 3 comments

This explorer is pretty good but there is one feature that it is missing, and tat is "push_tx". This should be a pretty easy thing to implement. Just set up an API endpoint that takes a raw transaction and then pass it onto the node via "sendrawtransaction", then the txid should be returned to the user.

priestc avatar Jun 01 '17 18:06 priestc

I agree, broadcast TX page would be very useful.

TheHolyRoger avatar Dec 25 '19 01:12 TheHolyRoger

I say that something similar to the Insight API and broadcast transaction page, is really needed for Iquidus.

Tech1k avatar Jan 02 '20 11:01 Tech1k

Yes would love to see the API support broadcasting a transaction (pushtx) It could be called with a POST and the content data is what will be forwarded (verbatim) to the wallet's sendrawtransaction RPC API

DigitalPandacoin avatar May 21 '20 12:05 DigitalPandacoin