steemit / simple_steem_client

A minimalist Steem RPC client in Python
2 stars 5 forks source link

Transaction signing in pure python discussion #4

Closed youkaicountry closed 6 years ago

youkaicountry commented 6 years ago

Research should be conducted on a pure python solution to transaction signing.

youkaicountry commented 6 years ago

Assigning this to the testnet project for now, for lack of a better place to put it.

youkaicountry commented 6 years ago

Things to investigate:

youkaicountry commented 6 years ago

Here is a reasonable looking pure python ECDSA implementation, public domain: https://github.com/warner/python-ecdsa