Skip to content

caginagirdemir/monadmemorialcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monad Memorial Card NFT Collection

To commemorate the launch of Monad testnet, made by Monad Dev community.

Directory Structure

-- 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

Start the Project

Only double click the index.html to exec it.

Directory Explanation

  • 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.

Usage

  • 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 and index.css
  • models/card.glb is a 3D model file that can be rendered in the browser using WebGL or similar 3D rendering frameworks.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •