Skip to content
Dennis Decoene edited this page Dec 28, 2024 · 3 revisions

Semantic Seed Wiki

Welcome to the Semantic Seed documentation! This wiki provides comprehensive information about using and contributing to the Semantic Seed project - a tool for generating memorable BIP39 seed phrases as grammatically correct sentences.

Overview

Semantic Seed helps users create cryptographically secure BIP39 seed phrases that are structured as meaningful sentences, making them easier to remember while maintaining the same level of security as random phrases.

Key Features

  • 🔒 Air-gapped Operation: Runs completely offline for maximum security
  • 🧠 Memorable Phrases: Creates grammatically correct sentences using BIP39 words
  • 🎯 Drag-and-Drop Interface: Easily arrange word categories to build sentence structure
  • BIP39 Validation: Ensures all generated phrases are valid BIP39 mnemonics
  • 🏗️ Structured Building: Choose from categories like articles, adjectives, persons, actions, etc.

Getting Started

Prerequisites

  • Node.js (version 16 or higher)
  • Yarn package manager

Installation

  1. Clone the repository
git clone https://github.com/ddecoene/semantic-seed
cd semantic-seed
  1. Install dependencies
yarn install
  1. Start the development server
yarn dev

Documentation Index

Security Notice

This tool is designed to be run on an air-gapped computer for maximum security when generating seed phrases. Never enter or generate seed phrases on an internet-connected device.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

We welcome contributions! Please read our contributing guidelines before submitting pull requests.