Skip to content

APRO-com/apro-svm-oracle

Repository files navigation

Apro SVM Oracle

This is a Solana program for an SVM Oracle that provides price feeds for the Apro Protocol.

Development

Prerequisites

Before you begin, ensure you have the following installed:

  1. Rust
  2. Solana CLI
  3. Anchor Framework

Installation

  1. Install Rust:

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
  2. Install Solana CLI:

    sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
  3. Install Anchor Framework:

    cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 avm --locked
    avm use 0.29.0

Building

To build the program, run:

anchor build

Testing

To run the tests, use:

anchor test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published