Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeftarmascarenhas/weather-solidity-oracle
- Owner: jeftarmascarenhas
- Created: 2023-09-16T00:57:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T01:21:35.000Z (about 1 year ago)
- Last Synced: 2023-10-02T02:27:53.827Z (about 1 year ago)
- Topics: dapp, ethereum, ethersjs, javascript, nodejs, smart-contracts, solidity, solidity-contracts, solidity-dapps, solidity-oracle, typescript, web3
- Language: TypeScript
- Homepage: https://www.youtube.com/@nftchoose
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```