Added support for Pirate Chain wallets.

Note: this relies on (a modified version of) liblitewallet-jni which is not included, but will ultimately be compiled for each supported architecture and hosted on QDN.

LiteWalletJni code is based on https://github.com/PirateNetwork/cordova-plugin-litewallet - thanks to @CryptoForge for the help in getting this up and running.
This commit is contained in:
CalDescent
2022-05-07 16:32:04 +01:00
parent 184984c16f
commit d073b9da65
11 changed files with 1003 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"coin_type": "141",
"hrp_sapling_extended_spending_key": "secret-extended-key-main",
"hrp_sapling_extended_full_viewing_key": "zxviews",
"hrp_sapling_payment_address": "zs",
"b58_pubkey_address_prefix": "1cb8",
"b58_script_address_prefix": "1cbd"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long