Skip to content

holochain/launcher-electron

Repository files navigation

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

Build the Node Rust-add-ons

yarn setup

Install dependencies

yarn

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.