🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

bali-document-repository

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bali-document-repository

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

2.63.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

The Bali Document Repository™ (v2)

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

  • project documentation
  • node packages
  • release notes
  • code examples

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.

Keywords

JavaScript

FAQs

Package last updated on 31 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts