You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
Ben Marsh edited this page Sep 30, 2021
·
3 revisions
How to build core
Mintlayer Core is written in rust and requires a little bit of setup to get to the point where you can build the project. Follow the steps outlined in the substrate tutorial to get started.
Once you're done with the rust setup clone this repo and you should be set to start development.
A few build commands that might come in handy are:
cargo check
cargo build --release to build the project the binary will be found in target/release and should be run with the flag --dev. For now this binary is called node-template but this will change soon.
cargo run --release -- --dev --tmp to build and run the project.