{"id":25076448,"url":"https://github.com/ffimnsr/lumos-svm-rs","last_synced_at":"2025-07-19T16:38:19.431Z","repository":{"id":275615194,"uuid":"926355759","full_name":"ffimnsr/lumos-svm-rs","owner":"ffimnsr","description":"A simple SVM test validator.","archived":false,"fork":false,"pushed_at":"2025-03-12T09:53:43.000Z","size":54,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T10:37:41.778Z","etag":null,"topics":["eclipse","solana","svm","testing-tools","validator-node"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffimnsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-03T05:12:09.000Z","updated_at":"2025-03-12T09:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0805ff6-14c2-48f4-a5e8-b917b8c7a5bc","html_url":"https://github.com/ffimnsr/lumos-svm-rs","commit_stats":null,"previous_names":["ffimnsr/lumos-svm-rs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Flumos-svm-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Flumos-svm-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Flumos-svm-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Flumos-svm-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffimnsr","download_url":"https://codeload.github.com/ffimnsr/lumos-svm-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552892,"owners_count":20795836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse","solana","svm","testing-tools","validator-node"],"created_at":"2025-02-07T01:39:09.284Z","updated_at":"2025-03-31T22:44:01.774Z","avatar_url":"https://github.com/ffimnsr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumos SVM 🚀\n\nA Solana Test Validator Manager (SVM) that simplifies local development and testing of Solana programs.\n\n## Features\n\n- 🚀 Quick setup of local Solana test validator\n- 📦 Automatic account and program state cloning\n- 🔍 Token analysis and management\n- 🛠 Configurable via TOML\n- 🔄 Port management and validator configuration\n\n## Installation\n\n```bash\ncargo install lumos-svm\n```\n\n## Quick Start\n\n1. Create a configuration file (`lumos.toml`):\n\n```toml\n[general]\nrpc_endpoint = \"https://eclipse.lgns.net/\"\nledger_dir = \".lumos-ledger\"  # Optional, defaults to .lumos-ledger\n\n[account.usdc]\naddress = \"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\"\n\n[program.orca_whirlpool]\naddress = \"whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc\"\n```\n\n2. Start the validator:\n\n```bash\nlumos-svm start\n```\n\n## Advanced Features\n\n### Modify Token Mint Authority\n\nYou can modify the mint authority for cloned token accounts:\n\n```toml\n[general]\nrpc_endpoint = \"https://eclipse.lgns.net/\"\nmint_authority = \"\u003cYOUR-PUBLIC-KEY\u003e\"\n\n[account.usdc]\naddress = \"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\"\nmint = true  # Set this token as mintable\nupdate = true  # Update if previously cloned\n```\n\nThis configuration:\n\n- Sets your public key as the mint authority\n- Makes the USDC token mintable locally\n- Updates existing cloned accounts when specified\n\n## Commands\n\n- `lumos-svm run`: Start the test validator\n- `lumos-svm analyze \u003cADDRESS\u003e`: Analyze token or program details\n- `lumos-svm clone`: Clone accounts and programs from config\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/ffimnsr/lumos-svm-rs\ncd lumos-svm-rs\n\n# Build\ncargo build\n\n# Run tests\ncargo test\n```\n\n## Requirements\n\n- Rust 1.70+\n- Solana CLI tools with `solana-test-validator`\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the Apache and MIT License - see the [COPYING](COPYING) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffimnsr%2Flumos-svm-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffimnsr%2Flumos-svm-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffimnsr%2Flumos-svm-rs/lists"}