all of my crypto woes from yesterday are somewhat managed but im realizing that gas fees are quite high in the metaverse. I will keep researching options, ideas, and plans to keep my gas fees down for users and for my own testing purposes.
Today’s focus is laying down the foundation for a fully open-source, self-hosted metaverse space. This isn’t just about showcasing NFTs—it’s about creating a true Web3 experience where I own the platform, the infrastructure, and the smart contracts.
This project should serve two primary purposes: 1. Showcase my artwork in a decentralized NFT gallery. 2. Establish my Web3 development skills by building a fully open-source metaverse space.
metaverse-gallery/
├── frontend/ # Web interface for NFT display
│ ├── public/ # Static assets, 3D models, images
│ ├── src/ # Web3 interactions
│ ├── index.html # Entry point
│ ├── styles.css # Styling
│ ├── main.js # Web3 connection logic
├── blockchain/ # Smart contracts and NFT integration
│ ├── contracts/ # Solidity smart contracts
│ ├── scripts/ # Deployment and interaction scripts
│ ├── test/ # Smart contract testing
├── storage/ # IPFS, Arweave, or Pinata metadata
│ ├── metadata.json # Example metadata structure
└── README.md # Project documentation
This log keeps the focus sharp while maintaining flexibility in development. Tomorrow’s goal is to push forward with the first Web3-connected prototype.