Skip to content

A javascript and typescript library for parsing, creating brickchain messages

License

Notifications You must be signed in to change notification settings

Brickchain/js-brickchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brickchain integration library

This library helps you in creating a realm, controller or agent. It depends on node-jose that actaully works in browser too, so the library can be included in browser and node code.

The schemas are imported and compiled into typescript via json-schema definitions on site.

See https://developer.brickchain.com/ for full documentation.

Building the library:

    npm install
    npm run build

This will create the dist folder with typescript declarations and ES6 (import)/commonjs (require) bundles.

Importing the library:

    import { Integrity } from "Brickchain/js-brickchain"

About

A javascript and typescript library for parsing, creating brickchain messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published