forked from FiloSottile/zcash-mini
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bitcoinz
committed
Sep 26, 2017
1 parent
e05f6ce
commit 37484c8
Showing
5 changed files
with
26 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: zcash-mini | ||
name: bitcoinz-mini | ||
version: master | ||
summary: A minimal portable Zcash z-address generator for offline / paper wallets | ||
summary: Portable BitcoinZ anonymous z-address generator for offline / paper wallets | ||
description: | | ||
zcash-mini is a minimal, portable Zcash wallet generator in Go. | ||
bitcoinz-mini is a minimal, portable BitcoinZ wallet generator in Go. | ||
grade: devel | ||
confinement: strict | ||
|
||
apps: | ||
zcash-mini: | ||
command: zcash-mini | ||
bitcoinz-mini: | ||
command: bitcoinz-mini | ||
|
||
parts: | ||
zcash-mini: | ||
bitcoinz-mini: | ||
source: . | ||
plugin: go | ||
go-importpath: github.com/FiloSottile/zcash-mini | ||
go-importpath: github.com/bitcoinz-pod/bitcoinz-mini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters