Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
/ eth-demo Public archive

A Dapp demo for workshop

License

Notifications You must be signed in to change notification settings

supershadoe/eth-demo

Repository files navigation

eth-demo

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.

How to run

  • 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