We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research uniswap price oracles implementation more thoroughly.
https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/UniswapV2Pair.sol https://github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/examples/ExampleOracleSimple.sol https://uniswap.org/blog/uniswap-v2/#price-oracles can be used for reference
Also off-chain worker seems to be a good option for price oracle implementation. Examples can be found here https://github.com/paritytech/substrate/blob/master/frame/example-offchain-worker/src/lib.rs https://github.com/open-web3-stack/open-runtime-module-library/blob/master/oracle/src/lib.rs
The text was updated successfully, but these errors were encountered:
Another option is to use chainlink oracles. There is an example here: https://github.com/smartcontractkit/chainlink-polkadot. We can fork and customize it for our needs
Sorry, something went wrong.
iorveth
KStasi
No branches or pull requests
Research uniswap price oracles implementation more thoroughly.
https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/UniswapV2Pair.sol
https://github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/examples/ExampleOracleSimple.sol
https://uniswap.org/blog/uniswap-v2/#price-oracles can be used for reference
Also off-chain worker seems to be a good option for price oracle implementation.
Examples can be found here https://github.com/paritytech/substrate/blob/master/frame/example-offchain-worker/src/lib.rs
https://github.com/open-web3-stack/open-runtime-module-library/blob/master/oracle/src/lib.rs
The text was updated successfully, but these errors were encountered: