This repo is home for comprehensive documentation for Efímero: Disposable Chains - a new parachain concept on Polkadot that enables high-volume, low-persistence use-cases through temporary blockchain infrastructure.
The docs are organized in a mdbook deployed at the following link:
🔗 https://efimero.blockdeep.dev
cargo install mdbook
mdbook build
mdbook serve -p 3001
This documentation is organized into four main sections:
- Introduction & Overview - Understanding disposable chains, their purpose, and project goals
- Features & Architecture - Technical implementation details and core features
- Use Cases & Examples - Practical applications and real-world scenarios
- Implementation Guide - Setup instructions and deployment considerations
Contributions to improve the documentation are welcome! Please:
- Fork this repository
- Make your changes
- Test locally with
mdbook serve
- Submit a pull request
- Disposable Chain Node Template - Core blockchain implementation
- Merklize Tool - Proof generation and verification
This documentation is licensed under the Apache 2 license.