Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 973 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 973 Bytes

About the Project

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.

Get Started

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.

Requirement

  • Any complier(Here I'm Using VScode)
  • Mingw
  • Nodejs

Executing program

  • 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

Authors

Tarun Bankar

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details