OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
756 stars 229 forks source link

Is it possible to make omni transaction with raw transaction? #603

Open essemfly opened 6 years ago

essemfly commented 6 years ago

Hi, I setup the omnicore and run it for tether.

I want to make a tether trasnfer transaction from address A to address B, but i don't want to import my private keys to omnicore.

With bitcoin core, I make a rawatransaction by "createrawtransaction" method and sign it with "signrawtransaction" method with putting my private keys.

Is it possible to make a omni transaction (especially tether) like above bitcion case with omnicore rpc apis? I cannot find the method in omni rpc with above method.

Help needed..

congnghiakhiem commented 6 years ago

Please read this wiki https://github.com/OmniLayer/omnicore/wiki/Use-the-raw-transaction-API-to-create-a-Simple-Send-transaction

dexX7 commented 6 years ago

It certainly is. :)

Thanks for posting the related link, @congnghiakhiem!