fund
π RADAR Documentation - Command: Fund Shop Escrow
π€ Command Group: shop
π Command Name: fund
π Parameters:
shop(required: True) - Which shop to fund? (Type: string)amount(required: True) - Amount to fund the shop's escrow. (Type: number)token(required: True) - What kind of token to fund the shop with? (Type: string)
π Description:
Fund a shop's escrow with the specified amount of tokens.
π Example Usage:
Fund a shop's escrow with SOL:
!fund --shop MyShop --amount 10 --token SOLThis command is used to fund a shop's escrow. You need to specify the
shopparameter as the name of the shop, theamountparameter as the amount of tokens to fund, and thetokenparameter as the type of token to fund the shop with (e.g., SOL).Fund a shop's escrow with a custom token:
!fund --shop MyShop --amount 5 --token TokenThis command is used to fund a shop's escrow with a custom token. You need to specify the
shopparameter as the name of the shop, theamountparameter as the amount of tokens to fund, and set thetokenparameter to "Token". You will be prompted to enter the SPL address of the token you want to fund with.
π Note:
This command allows you to fund a shop's escrow in your Solana NFT community.
Specify the
shopparameter as the name of the shop you want to fund.Specify the
amountparameter as the amount of tokens you want to fund the shop's escrow with.Specify the
tokenparameter as the type of token you want to fund the shop with (e.g., SOL).If you choose to fund with a custom token, you will be prompted to enter the SPL address of the token.
After funding the shop's escrow, a success message will be displayed with the transaction details.
Last updated
Was this helpful?