The Phat Contract PriceFeed
fetches the prices from Coingecko api and sends them into Ink! Smart Contract
To deploy this Phat Contract you can build the contract or use existing artifacts
More information here: /phat/contracts/price_feed/README.md
To build the contract:
cd phat/contracts/price_feed
cargo contract build
All artifacts are here: phat/artifacts
To deploy this Ink! Smart Contract you can build the contract or use existing artifacts
To build the contract:
cd ./ink/contracts/price_feed_consumer
cargo contract build
More information here: /ink/contracts/price_feed_consumer/README.md
All artifacts are here: ink/artifacts