Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@holochain/conductor-api

Package Overview
Dependencies
Maintainers
11
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/conductor-api

Encode/decode messages to/from the Holochain Conductor API over Websocket

  • 0.0.1-dev.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-87.21%
Maintainers
11
Weekly downloads
 
Created
Source

holochain/conductor-api

Project Forum Chat

Twitter Follow License: License: CAL 1.0

A nodejs implementation of the Holochain conductor API.

Install

To install from NPM, run

npm install --save-exact @holochain/conductor-api

Note, this code is still under alpha development and npm releases are pre-releases with dev tags meaning they will not use full semantic versioning, and you may wish to lock to an exact version of the library for that reason, as shown in the above command.

Holochain Compatibility

This version of holochain-conductor-api is currently working with holochain/holochain at commit:

041ad6c2fd88c06eace450074621be2bace0eb05 (Nov 16, 2020)

If updating this code, please make changes to the git rev/sha in 3 places:

  1. Here in the README above ^^
  2. This line in install-holochain.sh
REV=041ad6c2fd88c06eace450074621be2bace0eb05
  1. and this line in test/e2e/fixtures/zomes/foo/Cargo.toml
hdk3 = { git = "https://github.com/holochain/holochain", rev = "041ad6c2fd88c06eace450074621be2bace0eb05", package = "hdk3" }

Notice the match between the SHA in both cases. These should always match.

Running tests

You need a version (stable toolchain) of Rust available.

You would need holochain and dna-util on your path, best to use the specific versions that this code requires. To use cargo to install them, run:

./install-holochain.sh

To perform the pre-requisite DNA compilation steps, and run the nodejs test, run:

./run-test.sh

Contribute

Holochain is an open source project. We welcome all sorts of participation and are actively working on increasing surface area to accept it. Please see our contributing guidelines for our general practices and protocols on participating in the community, as well as specific expectations around things like code formatting, testing practices, continuous integration, etc.

  • Connect with us on our forum

License

License: CAL 1.0

Copyright (C) 2020, Holochain Foundation

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

FAQs

Package last updated on 16 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc