Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.
/ holochain-nodejs Public archive

Test Holochain apps (hApps) within a nodejs container.

Notifications You must be signed in to change notification settings

holochain/holochain-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holochain-nodejs

NodeJS Holochain Conductor.

Wraps the rust conductor in node.

Installation

Uses Holonix: https://github.com/holochain/holonix

Requires nix-shell same as Holochain Core (native or VM).

Usage

Nix shell prefix: hcnjs-*

Nix shell commands

hcnjs-conductor-install

Compiles the nodejs conductor binary from source and installs in $CARGO_HOME.

Intended for development and testing only.

License

License: GPL v3

Copyright (C) 2019, Holochain Foundation

This program is free software: you can redistribute it and/or modify it under the terms of the license p rovided in the LICENSE file (GPLv3). This program is distributed in the hope that it will be useful, bu t WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Note: We are considering other 'looser' licensing options (like MIT license) but at this stage are using GPL while we're getting the matter sorted out. See this article for some of our thinking on licensing for distributed application frameworks.