Practical example of the reentracy vulnerability and how to protect against it
- Solidity (Writing Smart Contract)
- Javascript (Game interaction)
- NodeJS To create hardhat project and install dependencis using npm
- Ethers.js Interact with contracts using JavaScript
$ npm install
$ npx hardhat compile
$ npx hardhat test