aldabra/LICENSE
Kayos 489b58cc1e phase 1 scaffold: cargo workspace + 3 crates + roadmap + architecture
Repo skeleton for sulkta-wallet, the rust-native cardano lite wallet
with MCP server interface. Builds end-to-end, types in place,
real cardano primitives land next pass.

Crates:
  wallet-core   — pure crypto + types. mnemonic, key derivation,
                  signing. No I/O. Security boundary.
  wallet-chain  — pluggable backends. ChainBackend trait, Koios
                  client (stub for now). Ogmios + submit in phase 2.
  wallet-mcp    — the binary. stdio MCP transport via rmcp.

Phase plan in ROADMAP.md, threat model in docs/architecture.md.

This is also Cobb's first Rust project + a real-world workout for
crafting-table's rust toolchain.
2026-05-04 10:02:32 -07:00

11 lines
451 B
Text

Proprietary — Sulkta Coop internal.
Copyright (c) 2026 Sulkta Coop.
This source code is the exclusive property of Sulkta Coop and is
distributed only to its members + collaborators. No public
redistribution or reuse without written permission.
Sulkta Coop reserves the right to relicense this work under an
open-source license (MIT, Apache-2.0, or AGPL-3.0) at any time. If a
public release happens, the new license terms will replace this file.