youtube video-: https://www.youtube.com/watch?v=0k_UM--wOVk
Welcome to the Pokémon NFT Marketplace, a decentralized platform built on the Aptos blockchain, where users can mint, list, and purchase Pokémon-themed NFTs. This project combines the power of Move language for writing secure smart contracts with an engaging frontend for user interaction.
-
Minting Pokémon NFTs
Users can mint unique Pokémon-themed NFTs directly on the blockchain. -
Frontend Interface
A user-friendly interface to interact with the marketplace. -
Purchasing NFTs
A feature for users to securely purchase listed NFTs using Aptos tokens.
- Listing NFTs for Sale
Users will soon be able to list their Pokémon NFTs for others to purchase.
- Written in Move, a safe and performant smart contract language.
- Handles minting and ensures NFTs are uniquely identified and stored.
- Built with modern web technologies to provide an intuitive user experience.
- Aptos CLI
- Node.js (for running the frontend)
- Git
-
Clone the Repository
git clone https://github.com/your-username/pokemon-nft-marketplace.git cd pokemon-nft-marketplace
-
Set Up the Frontend
cd frontend npm install npm run dev
-
Set Up the Smart Contracts
- First, install the Aptos CLI.
- Follow the Aptos documentation to set up and configure your Aptos environment.
- Navigate to the smart contract directory and deploy the contract:
cd pokemon_contract aptos move publish --package-dir .
We welcome contributions from the community! Please feel free to open issues or submit pull requests.
Happy minting and trading!