First, run the development server:
npm run dev
# or
yarn dev
Blaster is currently working on Solana Devnet. Use test application:
- Get Solana wallet (Phantom or Solflare).
- Change wallet network to Devnet.
- You can receive free SOL under this link.
- Prepare three accounts/addresses:
- seller
- affiliate
- buyer
- Optionally, if you’d like to test NFT discounts, you need a NFT from any NFT collection (if you need one and cannot find any on Devnet, please contact us).
- Go to Blaster app and login using seller address.
- Go to Settings and define your brand name and logo.
- Go to Products to create your product.
- Optionally, if you’d like to test Make integration, you need to create fee Make account. Then go to integrations and click Connect to make. Sample Make setup is presented in Product Demo video.
- Then you can create payment link:
- To use NFT discount you need NFT collection address. You can find it by searching your NFT address on Solscan, then go to Metadata tab and look for root.collection.key.\
- Application should generate unique link for you. You can open this link and pay:
- using button on checkout page
- or using your mobile wallet by scanning QR code
If you have any problems or questions please feel free to reach out to us.