satoshilabs / slips

SatoshiLabs Improvement Proposals
Creative Commons Attribution Share Alike 4.0 International
1.51k stars 1.72k forks source link

Slip-0044: Add Mintlayer to registered coin types #1621

Closed TheQuantumPhysicist closed 1 year ago

TheQuantumPhysicist commented 1 year ago

Hello

We would like to add the Mintlayer coin to the slip-0044 list. I couldn't find a documentation for this process, and I was told a PR is in order.

I saw the requirement to have a software wallet that uses this code. The repository for Mintlayer can be found in: https://github.com/mintlayer/mintlayer-core

In it, there's a the wallet-cli application and the wallet-address-generator that use the reserved code. The address generator can be run with the command: cargo run --bin wallet-address-generator. It will generate addresses for mainnet.

All the best.