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
.
Simply install it with yarn install blockstack-core-client.ts
into your project.
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.
This code is published under the MIT License.