For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create/Import Wallet

How to Create your Quilscan Wallet?

  1. Open your Quilscan Wallet extension and click "Create new wallet"

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

  1. 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!

  1. Wallet creation completed successfully

How to Import a Wallet?

  1. Open your Quilscan Wallet extension and click "I already have a wallet"

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

  3. Enter your 1️⃣ peerPrivKey and 2️⃣ Prover Private Key, click “Continue”

  1. The peerPrivKey is usually stored in the config.yml How to check peerPrivKey : Run cd ceremonyclient/node/.config in the node, then run vimconfig.yml to enter the file, you will find that Exit Vim: 1.Press Esc to enter command mode 2.Type:q and then press Enter.

  2. 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

  1. Wallet import completed successfully

Last updated