包详细信息

bali-digital-notary

craterdog-bali513MIT2.56.0

This library provides a JavaScript based implementation of digital notary capabilities for the Bali Nebula™.

JavaScript, NodeJS, Bali Nebula, Bali Component Framework

自述文件

The Bali Digital Notary™ (v2)

Quick Links

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-digital-notary

Then add the following line to your NodeJS modules:

const debug = 1;  // debugging level: [0..3]
const securityModule = require('bali-digital-notary').ssm(directory, debug);
const notary = require('bali-digital-notary').notary(securityModule, account, directory, 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.