Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Install Holochain on nix

jayDayZee edited this page May 30, 2017 · 7 revisions

integration testing requires docker installation

Install holochain binaries into your user

git clone https://github.com/metacurrency/holochain.git holochain
holochain/bin/holochain.system.install
source ~/.bashrc

Work with Holochain App repository

  • from the root of the App repository
#basically creates .hc directory and contents
holochain.app.init
git add -A
git commit -m "added holochain repo files to git repo"

Run integration testing on Holochain App

  • from anywhere inside the App repository
holochain.app.testScenario [tab tab]

Please see our new documentation site at developer.holochain.org.

Intro

External Links

Holochain Core Development

Dev pages, need integrating into the wiki

Docker install for Devs

Clone this wiki locally