Vault
The vault function mainly provides users with the ability to initialize the vault space (ie: private storage space on the chain), backup small-volume encrypted data, and query backup data; users must perform a vault before formally using the seedlist vault function to back up data. space initialization;
Initialize Storage Space
Step 1: Connect the wallet, currently only the metamask wallet connection is supported. If the user is not connected to the wallet, the initialize space button will not be available, as shown in the following screenshot:

When the metamask wallet is successfully connected, the button prompt will change from "Please connect wallet firstly" to "Let's Sign";
Step 2: In the vaultName and password input boxes, enter any string with a length of not less than 8 digits as its value. Then click the "Let's Sign" button, metamask sign the transaction, and send it;
Step 3: After successful registration, you will see the prompt of "vault init success" at the top of the page;
Save
Step 1: When the above initialization storage space is successful, you can switch to the middle "Save" tab to store and backup your own data; as shown in the following screenshot:

Enter vault name: the name of the vault space;
label: A label alias for the storage content, which is convenient to distinguish each storage content;
saved content: the real content that the user will back up to the on-chain storage space;
Step 2: After clicking the "Let's Save" button, you will see an input box pop up on the right side of the page, as shown in the screenshot below:


Users can specify a specific address in the "Token Receiver" input box to receive the token, which will be delivered to the current wallet address by default;
Query
Step 1: Click the "Query" tab, users can query the encrypted content that has been backed up to the chain; after entering the correct vault space name and key, the following content will be seen:

Last updated