Cryptocurrency multichain wallet generator focused on automation and reproducible execution.

0.2.3

Documentation

Build and Release (Linux & Windows)Release LicenseRust Offline Deterministic No network

Introduction

SeedCTL exists to make cryptocurrency wallet generation deterministic, inspectable, and reproducible. It was built for operators who need to control and verify every input involved in key derivation, and who prefer workflows that can be safely executed in offline or air‑gapped environments.

Instead of hiding complexity behind opaque abstractions, SeedCTL exposes the exact elements that define a wallet: mnemonic origin, entropy model, passphrase, derivation path, network selection, and index ranges. When these inputs are preserved, the resulting wallets can be reproduced with precision at any time in the future.

The project is intended for security‑sensitive use cases such as audits, recovery ceremonies, long‑term key management, and verifiable backup procedures where transparency is more important than convenience.


SeedCTL is a CLI‑first, deterministic, offline‑focused multichain wallet generator. It supports reproducible wallet derivation workflows with explicit entropy handling and visible derivation paths.


Overview

SeedCTL is a CLI‑first, multichain wallet generator that implements widely adopted standards such as BIP39, BIP44, BIP49, BIP84, CIP‑1852, and chain‑specific derivation schemes across multiple networks.

It allows you to:

  • Generate new mnemonics using deterministic or hybrid entropy modes
  • Import existing BIP39 mnemonics for verification and recovery
  • Select network, derivation style, and exact path templates
  • Generate address ranges and inspect the derivation paths used
  • Verify outputs against previously recorded references

SeedCTL does not require internet access, does not transmit data, does not store sensitive material by default, and does not execute transactions. Its role is strictly limited to the transparent generation and reproduction of wallet material.

Mirrors

Project Status

Operational warning:

This software displays highly sensitive material (mnemonic, passphrase, keys). Use only in secure offline environments.

  1. No network dependency
  2. No data transmission
  3. No disk persistence by design intent
  4. Compatible with offline and air‑gapped workflows