Home

Awesome

sui-move-oracles

Simple Oracle Architecture built in Move for the Sui Ecosystem.

These contracts are currently built to serve as price oracles, however you can hypothetically transform them into oracles that serve any type of data that you need. Due to Sui's high throughput and fast finality, you're able to quickly and efficiently provide all kinds of off-chain data.

Architecture

Getting started

Before you clone and use this repository, make sure to install the Sui command-line tool in order to test your move code. You can find it [here])(https://docs.sui.io/build/install#summary).

Once you've cloned and entered into this repository, you can easily build and test the contracts as so:

# Build
sui move build

# Test
sui move test