Skip to content

Ethereum Price Oracle Contract DAPP written in Rust and Solidity

License

Notifications You must be signed in to change notification settings

rustwizard/priceoracle

Repository files navigation

priceoracle

Simple implementation of Ethereum Price Oracle Contract DAPP.

The service uses https://min-api.cryptocompare.com/ for getting price for the ETH-BTC pair and then update the price value in the contract at Ethereum network

Before run you should deploy PriceOracle contract to the Ethereum network with ./priceoracle deploy command or with Remix IDE(https://remix.ethereum.org/)

To compile and run project just do: docker-compose build && docker-compose up

About

Ethereum Price Oracle Contract DAPP written in Rust and Solidity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published