We have integrated Frontend with the smart contract. By integrating the contract we will be able to interact with the functions declared in the smart contract. In this project contract, we have set number, get number and get address function fronted integrated with the node js.
The Assessment smart contract allows for basic account management, enabling deposits, burn and withdrawals. It logs transactions and provides an overview of the transaction history.
- Any complier(Here I'm Using VScode)
- Mingw
- Nodejs
- Write the functions in that code.
- TO RUN THIS CODE THERE ARE FEW COMMANDS
cd file name
npm i
npx hardhat node
npx hardhat run --network localhost scripts/deploy.js
npm run dev
- Executes deploy and withdraw part with the help of wallet
Tarun Bankar
This project is licensed under the [MIT] License - see the LICENSE.md file for details