Crate soon_migrate

Crate soon_migrate 

Source
Expand description

§Soon Migrate

A CLI tool for migrating Solana Anchor projects to the SOON Network.

This library provides the core functionality for the soon-migrate binary, including configuration management, oracle detection, and migration logic.

§Features

  • Migration of Solana Anchor project configurations
  • Oracle detection and analysis
  • Backup and restore functionality
  • Detailed reporting and recommendations

Re-exports§

pub use errors::MigrationError;
pub use cli::*;
pub use migration::*;
pub use oracle::*;

Modules§

cli
Command-line interface configuration and argument parsing.
errors
Error types used throughout the crate.
migration
Core migration logic and functionality.
oracle
Oracle detection and analysis.

Constants§

VERSION
The current version of the soon-migrate crate.