Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hinto-janai/malvarma
- Owner: hinto-janai
- License: mit
- Created: 2023-11-28T16:06:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T22:20:44.000Z (12 months ago)
- Last Synced: 2024-09-27T12:20:25.238Z (about 2 months ago)
- Topics: air-gapped, cold, cryptocurrency, guide, monero, offline, wallet
- Homepage: https://malvarma.org
- Size: 24 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.