To get started, after cloning the repository, you need to install the required packages. Run the following command:
npm installBefore running the application, you must compile the smart contract and upload it to the blockchain. Execute the following commands:
npx hardhat compile
npx hardhat run scripts/deploy.js --network sepoliaOnce the contract is deployed, start the application by running:
npm start