All Projects → holochain → n3h

holochain / n3h

Licence: other
nodejs implementation of holochain networking / p2p backend process

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

n3h

Project Chat

Twitter Follow

License: Apache-2.0

Overview

n3h delivers the networking component for holochain-rust. Core Holochain functionality is sheltered from the complexity of low level p2p networking.

n3h does NOT need to be installed manually by Holochain users or developers. Holochain itself will download and install a pre-built version of n3h ready for use on your system, alleviating any concerns of version compatibility and mismatches.

It did not previously work this way, n3h required separate manual installation prior to v0.0.12-alpha1 of holochain-rust.

Versions

To see the archive of release versions and compatibility with Holochain core, please visit release-versions.md.

Usage

See the API Documentation!

First, make sure our own dependencies are installed:

npm install

Now, to test:

npm test

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.

License

License: Apache-2.0

Copyright (C) 2019, Holochain Trust

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].