No description
- Rust 100%
| idl | ||
| programs/starswap_vault | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
| security.json | ||
StarSwap Solana Vault
This repository contains the public source, tests, IDL, and security metadata for the StarSwap native Circle USDC vault.
- Program:
DmRT3CugdvW3EjtMVC2iZxYa5yzvHUrHdujFY8qnBxJu - Network: Solana mainnet
- Release:
v0.11.22 - Verifiable executable hash:
6d303935e1e99d61e30f86d6d326fd464c12230774f51d93484892ea14b2b5f7 - Security contact:
team@starswap.cc
Build and compare the executable with mainnet:
solana-verify build --library-name starswap_vault
solana-verify get-executable-hash target/deploy/starswap_vault.so
solana-verify get-program-hash -u mainnet-beta DmRT3CugdvW3EjtMVC2iZxYa5yzvHUrHdujFY8qnBxJu
The two hashes must match. The canonical IDL is in idl/starswap_vault.json, and the canonical security metadata is in security.json.