Import
Import existing contacts from Polkadot.js Apps into Spektr's Address Book using JSON files.
Import Steps
Open Address Book Navigate to the Address Book page in Spektr
Start Import Click the Import button
Select File Choose the
.jsonfile containing your contacts
Supported File Format
Spektr accepts contact exports from Polkadot.js Apps in the following JSON format:
[
{
"address": "ss58-formatted-address",
"name": "contact-display-name"
}
]Example:
[
{
"address": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"name": "Alice's Stash"
},
{
"address": "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty",
"name": "Bob's Controller"
}
]How to Export from Polkadot.js Apps
Navigate to Polkadot.js Apps Address Book
Click the Export button
Save the generated
.jsonfile to your device

Last updated