https://github.com/buildwithcode888/emojigotchi
https://github.com/buildwithcode888/emojigotchi
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildwithcode888/emojigotchi
- Owner: buildwithcode888
- Created: 2025-01-31T04:50:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T04:51:37.000Z (over 1 year ago)
- Last Synced: 2025-09-22T08:52:24.308Z (9 months ago)
- Language: Solidity
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmojiGotchi
This repo will support the Code Along for [Building a Web3 Game](https://www.youtube.com/watch?v=bPfTBr2D1gc)
## How to Use The Repo
The repo is broken down into 3 main sections via directories
___
_**foundry & svelte**_ : The initial setup to get started consists of the foundry and svelte directories.These directories have Foundry and SvelteKit setup with a basic installation and a few nice to haves installed.
- ethers.js
- OpenZeppelin Contracts
- remappings.txt
- .gitignore
- Some VS Code tweaks to keep track of editors
_**foundry_final**_ : Completed smart contract ready to be used and create your EmojiGotchi NFT
_**svelte_final**_ : The final app in it's completed form. Run via `npm run dev` or deploy to the host of your choice