A huge crowd gathered to buy DLF houses. I tried to use Blockchain as an approach to overcome the challange.
- the Dapp is the decentralized application that is transperent and secure way of transation .
- it reduces time and inconvinence.
- it is modern way of transaction than traditional way.
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- React.js (Frontend Framework)
- Install NodeJS
- Hardhat Framework to run a local node.
$ npm install
$ npx hardhat test
$ npx hardhat node
In a separate terminal execute:
$ npx hardhat run ./scripts/deploy.js --network localhost
$ npm run start