create
π RADAR Documentation - Command: Create Shop
π€ Command Group: shop
π Command Name: create
π Parameters:
name(required: True) - Shop Name. (Type: string)description(required: True) - Shop Description. (Type: string)logo(required: False) - Logo URL. (Type: string)banner(required: False) - Banner URL. (Type: string)is_global(required: False) - Is this shop restricted to this server only? (Type: boolean)wallet(required: False) - Wallet address. (Type: string)
π Description:
Create a new NiftyShop.
π Example Usage:
Create a shop with required parameters:
!create --name MyShop --description My new shopThis command is used to create a new shop. You need to specify the
nameparameter as the name of the shop and thedescriptionparameter as the description of the shop.Create a shop with optional parameters:
!create --name MyShop --description My new shop --logo https://example.com/logo.png --banner https://example.com/banner.png --is_global true --wallet ABCDEFGH12345678This command is used to create a new shop with optional parameters. You can specify the
logoparameter as the URL of the logo image, thebannerparameter as the URL of the banner image, theis_globalparameter to restrict the shop to the current server only by setting it totrue, and thewalletparameter to associate a wallet address with the shop.
π Note:
This command allows you to create a new NiftyShop in your Solana NFT community.
Specify the
nameparameter as the name of the shop.Specify the
descriptionparameter as the description of the shop.Optionally, you can set the
logoparameter to add a logo to the shop by providing the URL of the logo image.Optionally, you can set the
bannerparameter to add a banner to the shop by providing the URL of the banner image.Optionally, you can set the
is_globalparameter to restrict the shop to the current server only by setting it totrue.Optionally, you can set the
walletparameter to associate a wallet address with the shop.After creating the shop, a success message will be displayed indicating that the shop has been created.
Last updated
Was this helpful?