An open API service indexing awesome lists of open source software.

https://github.com/buildwithcode888/emojigotchi


https://github.com/buildwithcode888/emojigotchi

Last synced: 7 months ago
JSON representation

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