An DApp created using Svelte 3, Tailwind/DaisyUI and Metamask API to interact with a basic shopping cart service hosted using a smart contract written in Solidity/Hardhat
This was created for a workshop during E-summit '23 to teach participants how to create a smart contract and use it in a webapp.
- Run
npm install
- Run
npm run dev
- To deploy, add an adapter and build using
npm run build
- Deploy it by following your hosting platform's instructions
Note: Use
adapter-static
to build for GitHub pages