aldabra/crates
Kayos 6708d448d8 feat(examples): dump_stake — emit StakeDatum CBOR hex for bootstrap
Companion to dump_governor (committed earlier this branch). Edit
owner_pkh_hex + staked_amount in the source, then `cargo run` to
print the inline datum CBOR for a wallet_plutus_mint_unsigned call
that mints StakeST + sends to stakes_addr.

No locks at bootstrap (locked_by = []) and no delegation
(delegated_to = None). For a stake that's been used in proposals,
locked_by would carry the ProposalLock entries; reuse this scaffold
when reseeding a stake from a snapshot.
2026-05-07 10:21:27 -07:00
..
aldabra-chain v0.2: 8 chain_* read-only Koios passthrough MCP tools 2026-05-05 07:01:32 -07:00
aldabra-core feat(plutus_mint): set language_view per Plutus version + add V2 cost model 2026-05-07 08:52:59 -07:00
aldabra-dao feat(examples): dump_stake — emit StakeDatum CBOR hex for bootstrap 2026-05-07 10:21:27 -07:00
aldabra-mcp feat(mcp): wallet_plutus_mint_unsigned MCP tool 2026-05-07 06:36:05 -07:00