NodeJS Holochain Conductor.
Wraps the rust conductor in node.
Uses Holonix: https://github.com/holochain/holonix
Requires nix-shell same as Holochain Core (native or VM).
Nix shell prefix: hcnjs-*
hcnjs-conductor-install
Compiles the nodejs conductor binary from source and installs in $CARGO_HOME
.
Intended for development and testing only.
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.