Learn how to create oracle with Solidity and Nodejs
Became a Blockchain developer watching NFT Choose on Youtube.
# running oracle server and listening WeatherOracle smart contract
npm run server
# running transaction of Weather smart contract
npm run server
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts