Skip to content
New issue

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

List Kaspa #674

Open
Wsiom68 opened this issue May 28, 2024 · 2 comments
Open

List Kaspa #674

Wsiom68 opened this issue May 28, 2024 · 2 comments

Comments

@Wsiom68
Copy link

Wsiom68 commented May 28, 2024

Hi ,
Could you please list Kaspa in your list of coins please 🙏

@CryptoRecoveryWorldwideCZ

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):

  1. Modify index.html
    Find the section for the Coin Dropdown Menu (element with id network-phrase) and add:
    html
KAS - Kaspa 2. Modify index.js Add support for Kaspa in the coin handling logic: javascript

{
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
}

@CryptoRecoveryWorldwideCZ

I need support for Kaspa too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants