Closed TheQuantumPhysicist closed 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.
wallet-cli
wallet-address-generator
cargo run --bin wallet-address-generator
All the best.
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 thewallet-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.