Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Julian-dev28/acca3b2a449f02225defc92bc2909f2f to your computer and use it in GitHub Desktop.
Save Julian-dev28/acca3b2a449f02225defc92bc2909f2f to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.6+commit.6c089d02.js&optimize=false&runs=200&gist=
Welcome to the Chainlink node request fulfillment walkthorugh on the Avalanche Fuji network
Please view https://youthful-raptor-f3f.notion.site/Fuji-Chainlink-Node-Deployment-55f51b2a8d464cde9feeabf20778d4c7 for a Fuji Chainlink node deployment walkthrough
Thanks for reading!
pragma solidity ^0.6.6;
import "https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/Oracle.sol";
import "https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/tests/MockOracle.sol";
import "https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/tests/Consumer.sol";
import "https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.6/tests/BasicConsumer.sol";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment