I’m building a community-driven hub on Ethereum that unites artists, gamers, and—first and foremost—game developers. The initial milestone zeroes in on the developer experience: a suite of smart-contract creation tools that lets studios plug their games into the chain without wrestling with raw Solidity.
What I need you to craft
• A modular contract framework (ERC-721 and ERC-1155 compatible) that produces both NFTs and fungible game tokens from a clean UI and optional CLI.
• A developer dashboard with wallet auth, deployment wizard, and live test-net preview.
• Web3 SDK hooks or REST endpoints that a game client can call to mint, trade, and query player inventories.
• A basic marketplace layer so assets created through the tools can immediately list, buy, or trade.
All code should target Ethereum mainnet, with Goerli or Sepolia for staging. Use Solidity for contracts and your strongest backend stack (Node.js/TypeScript or Python are fine) as long as the code is clean, commented, and shipped with migration scripts and a concise README.
Acceptance criteria
1. I can deploy your contracts to a test network and mint, transfer, and burn NFTs and ERC-20 style tokens from the dashboard.
2. A sample Unity or Unreal scene can consume the API to read inventory and complete a trade on test-net.
3. Full source, automated tests, and documentation land in a Git repo I can clone and run end-to-end.
If you’ve launched production smart contracts and understand where developers stumble when integrating Web3, show me your repos and outline your proposed milestones.
Show More