Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bali-document-repository

craterdog-bali575MIT2.63.0

This project defines the interface to, and various implementations of, the Bali Document Repository™.

JavaScript, NodeJS, Bali Nebula, Bali Component Framework, Bali Document Notation, Bali Digital Notary, Bali Document Repository

readme

The Bali Document Repository™ (v2)

For more information on this project click on the following links:

Getting Started

To install this NodeJS package, execute the following command:

npm install bali-document-repository

Then add the following line to your NodeJS modules:

const debug = 1;  // debugging level: [0..3]
const notary = require('bali-digital-notary').service(debug);
const configuration = {
    names: '<your bucket name>',
    documents: '<your bucket name>',
    contracts: '<your bucket name>',
    messages: '<your bucket name>'
};
const repository = require('bali-document-repository').service(notary, configuration, debug);

Contributing

Project contributors are always welcome. Create a fork of the project and add cool new things to the project. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.