Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 934 Bytes

blockstack-core-client.ts

About

This is a dead simple JavaScript / TypeScript implementation of the API endpoints of Blockstack Core.

This version is compatible to Blockstack Core in version 0.18.0.

Installation

Simply install it with yarn install blockstack-core-client.ts into your project.

Usage

Since this project doesn't add much complexity, there's currently no more usage information.

If you want to know more about the API endpoints of Blockstack Core, see here. Otherwise see src/BlockstackCoreClient.ts or your favorite auto-completion for the respective method names.

License

This code is published under the MIT License.