polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 114 forks source link

How to create H160 keypairs from seed? #171

Closed johnuopini closed 2 years ago

johnuopini commented 2 years ago

I am trying to test signing a transaction in moonriver/alpha/main but i cannot find a way to create a keypair generating a correct H160 address, which format should i use to import the seed?

johnuopini commented 2 years ago

Just saw the ECDSA update