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.
11 lines
451 B
Text
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.
|