Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hinto-janai/malvarma

Cold wallet guide for Monero
https://github.com/hinto-janai/malvarma

air-gapped cold cryptocurrency guide monero offline wallet

Last synced: about 1 month ago
JSON representation

Cold wallet guide for Monero

Awesome Lists containing this project

README

        

[Cold wallet](https://en.wikipedia.org/wiki/Cryptocurrency_wallet#Cold_storage) guide for [Monero](https://getmonero.org)

![CI](https://github.com/hinto-janai/malvarma/actions/workflows/ci.yml/badge.svg)

## Contributing
The text sources are regular markdown files located in [`src/`](src).

This get compiled into HTML/JS/CSS with [`mdbook`](https://github.com/rust-lang/mdBook) into [`docs/`](docs), which are the files directly served by https://malvarma.org.

To build & test, install [`mdbook`](https://rust-lang.github.io/mdBook) and run:
```bash
mdbook build
```
at the repo root.

The files should be placed in `docs/` with an `index.html`.

Do not submit PRs with a pre-built `docs/` folder, only make changes to `src/`.

This guide should mostly be a list of instructions on setting up a cold wallet with sane defaults.

Detailed commentary, terminology, and tradeoffs are withheld on purpose - this guide should be as simple/practical as possible.