Using Band Oracle
Requesting data using BandChain.js library
git clone https://github.com/harmony-one/band_oracle
cd band_oracle
yarn
node main.jsUsing BandChain data in EVM Smart Contract in Harmony
git clone https://github.com/harmony-one/band_oracle
cd band_oracle
yarn
export PRIVATE_KEY=place your private key here
yarn hardhat run ./scripts/deploy.jsLast updated
Was this helpful?