Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-tonny8/oracle_weather
This project is to control temperate.
https://github.com/max-tonny8/oracle_weather
dapp ethereum etherjs javascript nodejs smart-contracts solidity solidity-contracts typescript web3
Last synced: about 18 hours ago
JSON representation
This project is to control temperate.
- Host: GitHub
- URL: https://github.com/max-tonny8/oracle_weather
- Owner: max-tonny8
- Created: 2024-05-28T18:35:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:39:06.000Z (8 months ago)
- Last Synced: 2024-11-23T09:34:41.332Z (2 months ago)
- Topics: dapp, ethereum, etherjs, javascript, nodejs, smart-contracts, solidity, solidity-contracts, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 247 KB
- Stars: 1
- 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
```