solana_ekza_space
Numbered, finite Space NFTs plus on-chain settings PDAs you control.
For developers
No black box. Ekza's on-chain layer is a set of open Anchor programs with deterministic PDAs and emitted events you can index. Resolve ownership, fetch settings, load the scene.
The on-chain layer
Numbered, finite Space NFTs plus on-chain settings PDAs you control.
Collaboration, asset lineage, releases, vaults, and contributor revenue shares.
Publishes finalized Stellar releases into Arena-owned card records for the game.
For developers
No black box. solana_ekza_space is an open Anchor program with four instructions, two PDAs, and emitted events you can index. Resolve ownership, fetch settings, load the scene.
Create the global Config PDA: total_spaces, price, treasury, optional collection mint.
Authority-gated: update mint price and treasury.
Mint the next Space NFT + PDA; pay the treasury; emit SpaceMinted.
NFT-gated: update name, flags, editors, and the scene URI.
For developers
solana_stellar is an open Anchor program: open a universe, register typed assets, connect them into a lineage graph, finalize releases with vaults, and split revenue by basis points down the chain.
Open a collaborative universe that holds typed assets and releases.
Register a typed asset and connect it into the lineage graph with add_asset_parent.
Snapshot an approved asset into an immutable release with its own vault and contributor-share record.
Deposit lamports into a finalized release's vault for later distribution.
Contributors claim pro-rata by basis points (out of 10,000); claims are pull-based.
Trust, but verify
Mints and settings updates are real Solana devnet transactions. Look up the program, decode the PDAs, and watch the events on any Solana explorer.
Early alpha on devnet — addresses and metadata hosts may change before mainnet.
Everything is open. Clone the programs, run them on devnet, and build on Ekza.