Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

craterdog-archives/js-bali-virtual-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project contains a JavaScript based implementation of the Bali Nebula™ virtual machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published