-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Welcome to the Mintlayer Project Wiki. This wiki is intended to provide detailed technical documentation for the Mintlayer core project.
- Home
- Introduction
- Installing Mintlayer
- Node Daemon Options
- Wallet CLI Options
- Staking TML Tokens
- CLI Wallet Commands
- Security Issues
- Bug Reporting
- Contributing
- Building
Introduction to the Mintlayer project and wiki.
Mintlayer is a Layer 2 solution for Bitcoin, designed for issuing both fungible and non-fungible tokens that are directly interoperable with the Bitcoin network. Mintlayer is a PoS blockchain, transactions are non Turing-complete and based on UTXOs (Unspent Transaction Outputs).
For a more technical introduction to Mintlayer, visit our docs.
Guidelines and resources for installing Mintlayer.
Step-by-step guide to installing Mintlayer from the source.
Instructions for installing Mintlayer using Docker.
Detailed guide on how to install Mintlayer from binaries.
An overview of the options available for the node daemon.
Explanation of the options and functionalities available in the Wallet CLI.
Guidance on how to stake TML tokens.
A comprehensive list of commands for the CLI wallet.
If you find an issue related to the security of Mintlayer, please contact us at [email protected] so we can address the issue. Mintlayer has a bug bounty program, so if your security issue is valid, you are eligible for a reward paid in ML. Do not disclose the security issue publicly until the core Mintlayer team has agreed the issue can be disclosed. See SECURITY.md for more info.
Non-security related bugs should be opened as issues in the core Mintlayer repo. Give as much detail as possible. If you want to fix a bug, then see our guidelines for contributing.
Interested in contributing to the Mintlayer project? See this guide for more information.
To build the project, install Rust (instructions in the contributing guide), then use cargo build
to build and cargo test
to run the tests.