-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from blockstack/cli
Cli
- Loading branch information
Showing
15 changed files
with
1,200 additions
and
1,122 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
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 | ||
|
||
|
Oops, something went wrong.