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

A dead simple TypeScript implementation of Blockstack Core's API endpoints

License

Notifications You must be signed in to change notification settings

ntzwrk/blockstack-core-client.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.