diff --git a/contracts/hello-zkvm b/contracts/hello-zkvm new file mode 160000 index 00000000..8a783d30 --- /dev/null +++ b/contracts/hello-zkvm @@ -0,0 +1 @@ +Subproject commit 8a783d30bb92226fe3b72dc514486b9f045fcf07 diff --git a/docs/docs/build/getting-started/index.md b/docs/docs/build/getting-started/index.md index 3ad521af..3b293d3a 100644 --- a/docs/docs/build/getting-started/index.md +++ b/docs/docs/build/getting-started/index.md @@ -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. diff --git a/docs/docs/build/tools/oracles.md b/docs/docs/build/tools/oracles.md new file mode 100644 index 00000000..a95ab23c --- /dev/null +++ b/docs/docs/build/tools/oracles.md @@ -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) \ No newline at end of file