Switchboard x Aptos
A collection of libraries and examples for interacting with Switchboard on Aptos.
Getting Started
To get started, clone the sbv2-aptos repository.
git clone https://github.com/switchboard-xyz/sbv2-aptos
Then install the dependencies
cd sbv2-aptos
pnpm install
Addresses
- Mainnet
- testnet
Program Deployment
Below are the mainnet Aptos addresses associated with the Switchboard deployment.
Account | Address |
---|---|
Program ID | |
Program Authority | |
StateAddress |
Queues
Queue | Address |
---|---|
Permissioned Queue | The permissioned queue requires aggregators to have |
Permissionless Queue | The permissionless queue does not require aggregators to have |
Program Deployment
Below are the testnet Aptos addresses associated with the Switchboard deployment.
Account | Address |
---|---|
Program ID | |
Program Authority | |
StateAddress |
Queues
Queue | Address |
---|---|
Permissionless Queue | The permissionless queue does not require aggregators to have |
Clients
Lang | Name | Description |
---|---|---|
Move | switchboard | A Move module to interact with Switchboard on Aptos. |
Javascript | @switchboard-xyz/aptos.js | A Typescript client to interact with Switchboard on Aptos. |
Example Programs
Lang | Name | Description |
---|---|---|
Move | feed-parser | Read a Switchboard feed on Aptos" |
Troubleshooting
- File a GitHub Issue
- Ask a question in Discord #dev-support