Epic Game [UI] - Proyecto donde puedes mintear un personaje NFTs y usarlo para jugar un juego donde tendrás que derrotar al Jefe del contrato.
The Epic Game UI is a web project developed with Next.js and ChakraUI. It is a web3-based application where users can play a small game to mint their own NFT character and use it to defeat a boss alongside other players. The entire process is stored on the blockchain. Users need to authenticate using the Metamask wallet and configure it to use the Rinkeby test network. They can mint their NFTs by paying the transaction fee using ETH. The game features three attributes for each character: HP, attack damage, and defense. The project is purely academic and was developed while taking courses on the Buildspace platform.
To install and run the Epic Game UI project, follow these steps:
npm install
npm run dev
The Epic Game UI is a web3-based game developed using Next.js and ChakraUI. It allows users to mint their own NFT characters and use them to fight against a boss alongside other players. The game leverages Metamask wallet integration and the Rinkeby test network for authentication and transactions. With its interactive gameplay and multiplayer functionality, the Epic Game UI provides an engaging experience for users interested in web3 development.