Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.38 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.38 KB

Holochain Launcher Prototype

Electron based version of the Holochain Launcher. Currently in prototype phase.

Recommended IDE Setup

Project Setup

Install

Build the sidecar binaries (requires Rust and Go installed):

bash ./scripts/setup-binaries.sh

or fetch with

mkdir resources/bins
yarn fetch:binaries

Build the Node Rust-add-ons and install dependencies

yarn setup

Download default app

mkdir resources/default-apps
yarn fetch:default-apps

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

License

License: CAL 1.0

Copyright (C) 2019 - 2021, 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.