JavaScript / TypeScript library for interacting with Blockstack
npm install blockstack.ts
JavaScript / TypeScript library for interacting with Blockstack
Contribute
·
Examples
·
Documentation
·
Quick start
blockstack.ts is a library for interacting with Blockstack (i.e. identity, authentication and storage).It's a fork of Blockstack's official blockstack.js library but got ported to TypeScript. Since TypeScript compiles to JavaScript, you can use this library in both languages without limitations.
yarn install blockstack.ts into your project (which is a lie, it's not yet on NPM).@todo@todo@todoFor more examples see examples/.
@tododocs/code/. You can find a live version at https://ntzwrk.github.io/blockstack.ts/code/.CONTRIBUTING.md for a guide on how to contribute to this library.MAINTAINING.md for a guide on how to maintain this library.