Quick Start for BTC:
$ git clone https://github.com/mmgen/mmgen-wallet
$ cd mmgen-wallet
$ nix-shell --pure nix
Enable altcoins and additional packages:
$ mkdir -p ~/.mmgen
$ cp nix/user-packages.nix ~/.mmgen
# ... edit ~/.mmgen/user-packages.nix as required ...
$ nix-shell --pure nix
For NixOS installation and other information, see:
nix/README
24 lines
527 B
Text
24 lines
527 B
Text
include README.md SIGNING_KEYS.pub LICENSE INSTALL *-requirements.txt
|
|
|
|
include doc/release-notes/*
|
|
include doc/wiki/*/*
|
|
|
|
include examples/*
|
|
|
|
include mmgen/proto/eth/*/LICENSE
|
|
include mmgen/data/*
|
|
|
|
include scripts/*
|
|
include nix/*
|
|
|
|
include test/*.py
|
|
include test/*/*.py
|
|
include test/ref/*
|
|
include test/ref/*/*
|
|
include test/ref/*/*/*/*
|
|
include test/overlay/fakemods/mmgen/*.py
|
|
include test/overlay/fakemods/mmgen/*/*.py
|
|
include test/overlay/fakemods/mmgen/*/*/*/*.py
|
|
|
|
include test/test-release.sh
|
|
include test/test-release.d/*.sh
|