This web application was made through the use of the Svelte framework while integrating Solidity Smart Contracts
Resources used: Svelte, Ethereum, Metamask, Solidity, OpenZeppelin
The Web3 dApp: Deej Dapp
For this project you can use either git clone or npx degit
To clone
git clone https://github.com/darrenjamesso/Metamask-Web3-dApp.git
To use degit
npx degit darrenjamesso/Metamask-Web3-dApp <your-app-folder>
You will need to download node.js and web3.js
To do that:
npm install web3
To run the site:
npm run build
npm run dev
Because you're using svelte, you will be redirected to the https://localhost:5000
Enjoy!