2.28.0 • Published 2 years ago

bali-virtual-machine v2.28.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

The Bali Virtual Machine™ (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-virtual-machine

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);
const machine = require('bali-virtual-machine').api(repository, 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.

2.28.0

2 years ago

2.25.0

3 years ago

2.24.0

3 years ago

2.26.0

3 years ago

2.21.0

3 years ago

2.23.0

3 years ago

2.20.0

3 years ago

2.22.0

3 years ago

2.19.0

3 years ago

2.18.0

3 years ago

2.17.0

3 years ago

2.16.0

3 years ago

2.15.0

3 years ago

2.13.0

3 years ago

2.14.0

3 years ago

2.12.0

3 years ago

2.11.0

3 years ago

2.10.0

3 years ago

2.9.0

3 years ago

2.8.0

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago