A decentralized platform that empowers users to collaboratively create and mint vibrant pixel art on a 64x64 canvas.
NEOART is a decentralized platform that empowers users to collaboratively create vibrant pixel art on a 64x64 canvas. Participants can paint individual pixels or upload entire images, utilizing PaintTokens—an ERC20-based cryptocurrency—to purchase and set pixel colors. The system leverages smart contracts deployed on the Neo Testnet to manage token transactions and ensure secure, ownership-based modifications of the canvas. This seamless integration of blockchain technology fosters a community-driven art experience, allowing anyone to contribute to and own a piece of the collective masterpiece.
You can access the Dapp right now at https://neo-art.vercel.app/
64x64 Collaborative Canvas: A fixed-size canvas where users can paint pixels individually or apply entire images.
PaintTokens (ERC20): A cryptocurrency used to set pixel colors, ensuring secure and transparent transactions.
Smart Contract Integration: Utilizes Solidity contracts deployed on Neo Testnet.
Image Upload Capability: Allows users to upload images, which can be applied to specific areas of the canvas by selecting designated regions.
User-Friendly Frontend: An intuitive Next.js interface that facilitates easy interaction with the canvas, token purchases, and image uploads.
Location: packages/hardhat/contracts/CollaborativeArtCanvas.sol and packages/hardhat/contracts/PaintToken.sol
PaintToken.sol:
Description: Manages the creation, distribution, and burning of PaintTokens, ensuring a controlled token economy within the platform.
Deployment Address: 0xfBE00f18773B1B2Cd37Bb09DE269C2A1F14868d7
CollaborativeArtCanvas.sol:
Description: Handles the canvas state, pixel color updates, and interactions with PaintTokens, enabling users to paint and own pixels securely.
Deployment Address: 0xD29e6E81BE21Fd453a0324053C3D5b0cED95958A
Built and deployed NEOART, a fully functional collaborative pixel art DApp on the Neo Testnet. Developed and integrated ERC20 PaintToken and smart contracts to manage secure pixel updates. Users can paint, upload images, and interact via a smooth Next.js frontend. Contracts deployed, token logic live, and canvas interactions tested successfully—enabling a decentralized, community-owned art experience
Not raised any funds. You can access the Dapp right now at: https://neo-art.vercel.app/