Skip to content

decentralized-oracles/price-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price feed Oracle with Ink! Smart Contracts and Phat contracts

The Phat Contract PriceFeed fetches the prices from Coingecko api and sends them into Ink! Smart Contract

Phat Contract PriceFeed

To deploy this Phat Contract you can build the contract or use existing artifacts

More information here: /phat/contracts/price_feed/README.md

Build the contract

To build the contract:

cd phat/contracts/price_feed
cargo contract build

Use existing artifacts

All artifacts are here: phat/artifacts

Ink! Smart Contract PriceFeedConsumer

To deploy this Ink! Smart Contract you can build the contract or use existing artifacts

Build the contract

To build the contract:

cd ./ink/contracts/price_feed_consumer
cargo contract build

More information here: /ink/contracts/price_feed_consumer/README.md

Use existing artifacts

All artifacts are here: ink/artifacts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages