Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Oct 11, 2018
1 parent 192a8d9 commit 7fb86e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ show balances of addresses on this deck
verify deck checksum, checksum is difference between issued cards and balances of all the addresses.
If it is not zero, something is wrong with deck balances. This function will return True if all is fine.

> pacli deck --issue-mode-combo 1,4,8
calculate issue mode combo, returns integer

> pacli card new --deckid $DECKID --receiver [address, address2] --amount [200]
fabricate a new CardTransfer object.
Expand Down Expand Up @@ -151,6 +155,10 @@ issue 110 cards to n29g3XjvxqWLKgEkyg4Z1BmgrJLccqiH3x.
export the card transactions to .csv file

> pacli card parse --deckid 98694bb54fafe315051d2a8f1f5ea4c0050947741ced184a5f33bf4a0081a0bb --cardid e04fb602bd9d9c33d1d1af8bb680108057c2ae37ea987cc15295cc6fc4fd8d97
decode and display a single card.

## bash completion (on *nix platforms)

Create file `.bash_completion` with content:
Expand Down

0 comments on commit 7fb86e9

Please sign in to comment.