Skip to content
New issue

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

docs: add acurast oracles #97

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contracts/hello-zkvm
Submodule hello-zkvm added at 8a783d
1 change: 1 addition & 0 deletions docs/docs/build/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ This is alpha-stage software. We love to work closely with you to make BOB usefu
## Tools

- [Rust zkVM](/docs/build/tools/bonsai): Learn how to write Rust off-chain code that can be verified on-chain on BOB.
- [Oracles](/docs/build/tools/oracles): Learn how to use oracles on BOB.
12 changes: 12 additions & 0 deletions docs/docs/build/tools/oracles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Oracles

## Acurast

[Acurast](https://acurast.com/) is a zero-trust application platform with universal interoperability.

Acurast provides [Chainlink-compatible Price Feeds](https://docs.acurast.com/integrations/evm/#chainlink-compatible-price-feeds) on BOB. See their guide on how to integrate with Acurast and the deployed price feeds.

### Supported Networks

- BOB Devnet
- BOB Testnet (coming soon)
Loading