{"id":68143,"library":"solarti-anchor-lang","title":"Solarti Anchor Lang","description":"An eDSL for the Miraland Sealevel runtime, enabling safe Solana program development.","status":"active","version":"0.27.0","language":"rust","source_language":null,"source_url":"https://github.com/miraland-labs/anchor","tags":["solana","anchor","blockchain","smart-contract","edsl"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsolarti-anchor-lang = \"0.27.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add solarti-anchor-lang","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Program","correct":"use solarti_anchor_lang::prelude::*;"}],"quickstart":{"code":"use solarti_anchor_lang::prelude::*;\n\n#[program]\npub mod my_program {\n    use super::*;\n    pub fn initialize(ctx: Context<Initialize>) -> Result<()> {\n        Ok(())\n    }\n}\n\n#[derive(Accounts)]\npub struct Initialize {}\n\nfn main() {\n    println!(\"Anchor program defined\");\n}","lang":"rust","description":"Defines a minimal Anchor program with an initialize instruction."},"warnings":[{"fix":"Install Solana CLI and use the matching Anchor version.","message":"Requires Solana toolchain and specific Anchor version compatibility.","severity":"gotcha","affected_versions":">=0.27.0"}],"env_vars":null,"search_vec":"'anchor':2,17 'blockchain':18 'contract':21 'develop':15 'edsl':5,22 'enabl':11 'lang':3 'miraland':8 'program':14 'runtim':10 'safe':12 'sealevel':9 'smart':20 'smart-contract':19 'solana':13,16 'solarti':1","created_at":"2026-06-17T17:45:59.468319+00:00","updated_at":"2026-06-17T17:45:59.468319+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/miraland-labs/anchor","github":"https://github.com/miraland-labs/anchor","docs":"https://docs.rs/solarti-anchor-lang/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}