This repo will support the Code Along for Building a Web3 Game
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