This is a Decentralised Application built for fun where you can suggest an anime and win free test ether!
Clone the project
git clone https://github.com/Rohitchaudhary13/Suggest-Anime-Dapp.git
Go to the project directory
cd buildspaceWaver
Install dependencies
// Let's first install libraries of our client
cd waveportal-starter-project
npm install
// Now server side
cd ..
cd my-wave-portal
npm i --save-dev hardhat
Start the server
// Go to client side
cd ..
cd waveportal-starter-project
npm start
Don't forget to add your own private key, alchemy url & contract address in a .env file.
An enthusiastic coder that enjoys sharing his knowledge and views and has a strong drive to learn new things.
- Gives ether to random person
- Built using solidity, ethers.js, web3.js & hardhat