To commemorate the launch of Monad testnet, made by Monad Dev community.
-- contracts
|--- card.sol # Solidity smart contract file
-- img
|--- pic.png # Image assets used in the project
-- models
|--- card.glb # 3D model file for the card
index.css # CSS file for styling the project
index.html # Main HTML file for the project
README.md # Documentation for the project
Only double click the index.html to exec it.
- contracts: Contains the Solidity smart contract files.
card.sol
is the main smart contract of the project. - img: Stores image assets used in the project, like pic.png.
- models/: Contains 3D model files, such as card.glb, the 3D model of the card.
- index.css: The main CSS file for styling the project.
- index.html: The main HTML file that serves as the entry point for the project.
- If you're interested in the smart contract, you can find it in
contracts/card.sol
. This file contains the logic related to the card functionality. - Modify the user interface and styles by editing
index.html
andindex.css
models/card.glb
is a 3D model file that can be rendered in the browser using WebGL or similar 3D rendering frameworks.
This project is licensed under the MIT License. See the LICENSE file for more details.