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 ofholochain-rust
.
To see the archive of release versions and compatibility with Holochain core, please visit release-versions.md.
See the API Documentation!
First, make sure our own dependencies are installed:
npm install
Now, to test:
npm test
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.
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.