monero-python icon indicating copy to clipboard operation
monero-python copied to clipboard

is there any sdk that can create transaction and sign hex without rpc api?

Open zhp1254 opened this issue 6 years ago • 4 comments
trafficstars

is there any sdk that can create transaction and sign hex without rpc api?

zhp1254 avatar Dec 21 '18 09:12 zhp1254

At the moment we have no code that would modify or create transactions without calling the external API.

It is planned for the future but I wouldn't expect it soon. The matter is critical for user's security and needs to be addressed carefully. I'd rather depend on RPC than allow any lousy code there.

emesik avatar Dec 21 '18 10:12 emesik

@zhp1254 Do you find the sdk?

ruanqunfeng avatar Jan 09 '19 12:01 ruanqunfeng

is there any sdk that can create transaction and sign hex without rpc api?

Yes there is, but depends what you want to do. If you are after JavaScript tools, look at mymonero and openmonero. Openmonero is using mymonero code, so mymonero is the source repo, but openmonero can show how it can be used to build a backend for that code. It provides functionality in javascript to create txs and sign them without needing any RPCing to wallet.

moneroexamples avatar Jan 22 '19 04:01 moneroexamples

Is there any update? I am working on monerosigner (a seedsigner fork for monero). I wanted to see if there was any traction to have a pure python signing utility. Having pure python signing capabilities can help improve development in offline applications

Monero-HackerIndustrial avatar Jan 06 '23 02:01 Monero-HackerIndustrial