Get Started
Quickstart
Start using our SDK in under 5 minutes
Setting Up Your Development Environment
To begin, ensure your development environment is set up with the necessary tools and libraries:
- Rust
- Solana CLI
Initialize Your Project
Create a new Rust project where you will integrate the Devol Accounts Kit:
Add Dependencies
Open your Cargo.toml
file and add the necessary dependencies for working with the Solana blockchain and the Devol
Accounts Kit:
Sample Code to Interact with Devol Smart Contracts
Below is a basic example to set up your client and interact with the Devol smart contracts:
Run Your Application
To run your application and see the output:
This simple setup will help you start interacting with the Devol smart contract and explore more complex transactions and interactions as you progress in your development.