Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Feb 16, 2017
1 parent bad926b commit bda3bd7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pacli
Simple CLI PeerAssets client.

Implemented using `pypeerassets` Python library, this program is useful as companion utility during PeerAssets development.
Implemented using `pypeerassets` Python library, this command line program is useful as companion utility during PeerAssets development and testing.
It is built for headless (CLI) usage via intuitive and easy to learn set of commands.

Examples:
Expand All @@ -22,5 +22,18 @@ list all decks on the network
subscribe to this deck to enable building a proof-of-timeline for the deck

> pacli deck -new '{"name": "My own asset", "number_of_decimals": 1, "issue_mode": "ONCE"}'
This is early release based on unfinished pypeerassets library.
issue a new asset named "My own asset".

> pacli card -list <deck_id_hash> [d460651e1d9147770ec9d4c254bcc68ff5d203a86b97c09d00955fb3f714cab3]
list all card transfers related to this deck

> pacli card -burn '{"deck": "d460651e1d9147770ec9d4c254bcc68ff5d203a86b97c09d00955fb3f714cab3", "amounts": [11]}'
burn 11 of card on this deck

_____________________________________

This is a early release based on unfinished pypeerassets library.

0 comments on commit bda3bd7

Please sign in to comment.