1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: silkaj
Section: utils
Priority: optional
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
bash-completion,
debhelper,
dh-python,
help2man,
python3,
python3-click,
python3-nacl,
python3-pyaes,
python3-scrypt,
python3-setuptools,
python3-tabulate,
shellcheck <!nocheck>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/cryptocoin-team/silkaj.git
Vcs-Browser: https://salsa.debian.org/cryptocoin-team/silkaj
Homepage: https://silkaj.duniter.org/
Rules-Requires-Root: no
Package: silkaj
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
ca-certificates,
Description: command-line client for Duniter Ğ1 currency
Silkaj is a lightweight command-line client
for the Duniter crypto-currencies Ğ1 and Ğ1-Test,
providing only essential tools.
The client communicates with nodes (servers)
which are responsible for finding new blocks of information
and storing them in the blockchain.
.
Silkaj allows one to:
.
* consult the wallet balance,
send transactions and certifications,
authenticate with three methods: Scrypt, file, and WIF
* check sent and received certifications
and consult the membership status of any given identity
in the Web of Trust
* check the present currency information stand,
and the network view
* explore the blockchain block by block
* display the current Proof of Work difficulty level
to generate the next block
.
Duniter is a system for cryptocurrencies
which includes the concept of a Universal Dividend,
the concept of a Web of Trust,
and a highly energy efficient Blockchain.
|