👜Wallet Collection

Wallet collection is usually used pre project mint to collect members wallet address, to enter them into an allow list. You can configure and start collecting wallets easily with our system using the following command:

/whitelist-wallet-collection

ParameterDescriptionRequired

Role

A role an user needs to have in order to be able submit his wallet address.

yes

minimum-amount

A minimum amount of sol user needs to have in his wallet in order to submit his wallet

no

The system will validate the wallet is a valid solana wallet and if you defined the minimum-amount parameter, will validate that the wallet entered has at least that amount of sol in it.

Example:

This command should give you the following message, with 2 buttons, Add Wallet, allows user to enter their wallet address, and Verify Wallet, verifies if the user has already submitted a wallet.

/get-wallets

This command is used when you want to download all collected wallet addresses, usually necessary to send to a launchpad that will handle your project mint.

Watch below a demonstration on how to add and interact with wallet collection.

Last updated