This repo will support the Code Along for Building a Web3 Game
The branches within the repo are broken down into 3 main sections
main : The initail setup to get started. This branch has 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 : Completed smart contract ready to be used and create your EmojiGotchi NFT
final : The final app in it's completed form. Run via npm run dev
or deploy to the host of your choice