Create/Import Wallet
How to Create your Quilscan Wallet?
Open your Quilscan Wallet extension and click "Create new wallet"

Set the wallet extension password, read the Terms of Service and click "Continue"

Securely save your Private Key(peerPrivKey) and Prover Private Key, then click "Continue"
This private key(peerPrivKey) is the ONLY way to recover your wallet. Do NOT share it with anyone!

Wallet creation completed successfully

How to Import a Wallet?
Open your Quilscan Wallet extension and click "I already have a wallet"

Set the wallet extension password, read the Terms of Service and click "Continue"

Enter your 1️⃣ peerPrivKey and 2️⃣ Prover Private Key, click “Continue”
The prover private key used by the Bridge undergoes a length conversion, making it different from the prover private key length in the keys.yml file, so it cannot be directly imported the Quilscan Wallet
The peerPrivKey is usually stored in the config.yml How to check peerPrivKey : Run
cd ceremonyclient/node/.configin the node, then run vimconfig.ymlto enter the file, you will find that Exit Vim: 1.PressEscto enter command mode 2.Type:qand then press Enter.The Prover private key in the keys.yml file is encrypted using the Advanced Encryption Standard (AES), and therefore cannot be directly imported into the Quilscan Wallet. -If you want to use Quilscan Bridge, it is recommended to create an address with both the peerPrivKey and Prover private key using Quilscan Wallet, and then send $QUIL to this address for bridging
This private key (peerPrivKey) is the ONLY way to recover your wallet. Do NOT share it with anyone!

Wallet import completed successfully

Last updated