## About This is a dead simple JavaScript / TypeScript implementation of the API endpoints of [Blockstack Core](https://github.com/blockstack/blockstack-core).
npm install blockstack-core-client.tsThis version is compatible to Blockstack Core in version 0.18.0.
yarn install blockstack-core-client.ts into your project.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.