Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeftarmascarenhas/weather-solidity-oracle

Learn how to create oracle with Solidity and Nodejs
https://github.com/jeftarmascarenhas/weather-solidity-oracle

dapp ethereum ethersjs javascript nodejs smart-contracts solidity solidity-contracts solidity-dapps solidity-oracle typescript web3

Last synced: 5 days ago
JSON representation

Learn how to create oracle with Solidity and Nodejs

Awesome Lists containing this project

README

        

# Solidity Oracle Weather

Learn how to create oracle with Solidity and Nodejs

Became a Blockchain developer watching [NFT Choose](https://www.youtube.com/@nftchoose) on Youtube.

![NFT Choose Solidity Oracle Smart Contract](./OracleFlow.png)

```shell
# running oracle server and listening WeatherOracle smart contract
npm run server
# running transaction of Weather smart contract
npm run server
```

```shell
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```