0.1.0 • Published 6 years ago

blockstack.ts v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

About

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.

Installation

Simply install it with yarn install blockstack.ts into your project (which is a lie, it's not yet on NPM).

Quick start

Identity

@todo

Authentication

@todo

Storage

@todo

For more examples see examples/.

Tutorials

@todo

Documentation

The code documentation lives in docs/code/. You can find a live version at https://ntzwrk.github.io/blockstack.ts/code/.

Contributing

See CONTRIBUTING.md for a guide on how to contribute to this library.

Maintaining

See MAINTAINING.md for a guide on how to maintain this library.

License

This code is published under the MIT License.