-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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.
- 🔒 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.
- Node.js (version 16 or higher)
- Yarn package manager
- Clone the repository
git clone https://github.com/ddecoene/semantic-seed
cd semantic-seed
- Install dependencies
yarn install
- Start the development server
yarn dev
- Word Categories - Complete list of categorized BIP39 words
- Security Considerations - Best practices for secure usage
- Templates - Pre-built sentence structures
- Contributing - Guidelines for contributors
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.
This project is licensed under the MIT License - see the LICENSE file for details.
We welcome contributions! Please read our contributing guidelines before submitting pull requests.