A simple NFT minting demo for the Vechain Academy.
It's a great starting point for my learning of web3 development on Vechain!
- Connect your Vechain wallet (VeWorld, Sync 2, or compatible)
- Mint a SimpleNFT on testnet
Testnet Contract Address: 0xB1368D33Ee21E5e6Ddd394ae77194DDD88967d46
Transactions: View on Explorer
- Connect your wallet (ensure you're on Vechain Testnet)
- Click "Mint NFT"
- Sign the transaction
- Your SimpleNFT will be sent to your connected wallet
- /client
- Frontend application
- /hardhat
- Hardhat & Smart contract code
To run this application locally, follow these steps:
# 1. Clone the repo
git clone https://github.com/reheatvet/Vechain-Academy-SimpleNFT.git
# 2. Navigate to the clients directory
cd clients
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev
# 5. Use the dApp
Open your browser at http://localhost:5173/