Just a simple fake aggregator for getting prices from two mock coins that updates one coin to get the price difference wich should be 16.666..7%
I built this for fun and just to learn more about how the blockchain and different aggregators work and it's not a complicated project we just have 3 contracts we are using and one for testing purposes MockV3Aggregator.sol
$> npm i
$> npm install ganache-cli
$> ganache-cli
$> npm truffle compile --network sepolia $> npm truffle migrate --network sepolia
$> npm truffle exec migrations/2_deploy_pricefeed.js --network sepolia
$> npm truffle exec scripts/priceFetch.js --network sepolia