Registry / other / solarti-anchor-lang

solarti-anchor-lang

JSON →
library0.27.0rscratesunverified

An eDSL for the Miraland Sealevel runtime, enabling safe Solana program development.

# Cargo.toml [dependencies] solarti-anchor-lang = "0.27.0"
INSTALL
IMPORT
SIG · SOLARTI-ANCHOR-LAN
S
solarti-anchor-lang
otherrustv0.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Program
use solarti_anchor_lang::prelude::*;

Defines a minimal Anchor program with an initialize instruction.

use solarti_anchor_lang::prelude::*; #[program] pub mod my_program { use super::*; pub fn initialize(ctx: Context<Initialize>) -> Result<()> { Ok(()) } } #[derive(Accounts)] pub struct Initialize {} fn main() { println!("Anchor program defined"); }
Debug
Known issues
gotchaRequires Solana toolchain and specific Anchor version compatibility.
fix
Install Solana CLI and use the matching Anchor version.
affects: >=0.27.0
Upgrade
Version history
0.27.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
solarti-anchor-lang — cargo add solarti-anchor-lang · libregistry