This project is an end-to-end demonstration of spinning up Chainlink nodes and creating Oracles.
It uses a simple flight data use case as an example.
- Docker Desktop
- kubectl
- Helm
- Tilt
- Use Docker Desktop as the K8s environment
kubectl config use-context docker-desktop
- Node.JS
- nvm
- Infura API key
- Etherscan API key
nvm install 18.7.0
nvm use 18.7.0
node install
npx hardhat test
Follow the instructions in the associated blog post.