We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi , Could you please list Kaspa in your list of coins please 🙏
The text was updated successfully, but these errors were encountered:
Hi, I trying add Kaspa to this tool, but without success. This is AI generated after analyzing:
Steps to Modify the Tool for Kaspa (KAS):
{ value: 111111, name: "KAS - Kaspa", derivationPath: "m/44'/111111'/0'/0", segwitAvailable: false } 3. Modify bip39-libs.js Add support for the Kaspa derivation path: javascript
case 111111: // Kaspa return "m/44'/111111'/0'/0"; 4. Modify segwit-parameters.js Define the parameters for Kaspa: javascript
"111111": { messagePrefix: "\x18Kaspa Signed Message:\n", bip32: { public: 0x0488b21e, private: 0x0488ade4 }, pubKeyHash: 0x00, scriptHash: 0x05, wif: 0x80 }
Sorry, something went wrong.
I need support for Kaspa too.
No branches or pull requests
Hi ,
Could you please list Kaspa in your list of coins please 🙏
The text was updated successfully, but these errors were encountered: