Skip to content

Commit

Permalink
Merge pull request #1 from blockstack/cli
Browse files Browse the repository at this point in the history
Cli
  • Loading branch information
muneeb-ali committed Aug 13, 2015
2 parents c2f888b + ed4855f commit b5ae676
Show file tree
Hide file tree
Showing 15 changed files with 1,200 additions and 1,122 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
Blockstore Client
=================

This package contains the client library for Blockstore. It implements an API that encapsulates creating and managing blockchain IDs, blockchain ID namespaces, and storage records associated with them.
This package contains the client library for Blockstore. It talks to blockstored and provides an interface for creating and managing blockchain IDs, blockchain ID namespaces, and storage records associated with them.

## blockstore-cli

The blockstore-cli currently supports the following commands:

* get_immutable
* get_mutable
* getindex
* getinfo
* lookup
* namespace_begin
* namespace_define
* namespace_preorder
* ping
* preorder
* put_immutable
* put_mutable
* register
* renew
* transfer
* update


Loading

0 comments on commit b5ae676

Please sign in to comment.