Open iancoleman opened 4 years ago
Yes! Here's a stub:
Trezor's model T hardware wallet has SLIP39 support.
There's a Python implementation at https://github.com/trezor/python-shamir-mnemonic
It can be installed with
pip install shamir-mnemonic
Unchained capital has released Hermit, which has a SLIP39 implementation. Hermit is targeted at companies. "Hermit is an open-source, sharded, air-gapped wallet designed to help groups of people safely manage and use bitcoin private keys."
Thanks for the link to hermit, nice to see.
Interesting their use of the word 'shard' which does not appear in the slip0039 spec. I feel that consistent use of language is going to be important. Any opinions on the use of the word shard?
Add a list of alternative slip39 implementations, eg python-shamir-mnemonic