Sui Hashcase is a Next.js project that allows users to claim NFTs in their wallet on the SUI blockchain. This project provides a simple and intuitive interface for interacting with SUI blockchain and managing NFTs.
Sui Hashcase leverages the power of Next.js and the SUI blockchain to offer a seamless NFT claiming experience. Users can connect their SUI wallet, view available NFTs, and claim them directly into their wallet. The project is designed with scalability and user experience in mind, making it easy for both developers to extend and users to interact with.
Before you begin, ensure you have the following installed:
- Node.js (v14 or later)
- npm (v6 or later)
- A SUI wallet (e.g., Sui Wallet browser extension)
- Clone the repository:
git clone https://github.com/incepthink/sui-hashcase.git-
Navigate to the project directory:
cd sui-hashcase -
Install the dependencies:
npm install
-
Running the Application :
npm run dev
- Connect your SUI wallet to the application.
- Browse available NFTs in the gallery.
- Select an NFT you want to claim.
- Click the "Claim NFT" button and confirm the transaction in your wallet.
- Once the transaction is confirmed, the NFT will appear in your wallet.
We welcome contributions to Sui Hashcase! Please see our CONTRIBUTING.md file for details on how to get started.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- SUI blockchain team for their excellent documentation and tools.
- Next.js community for the powerful React framework.
- All contributors who have helped shape this project.