Skip to content

Latest commit

 

History

History
560 lines (514 loc) · 24.6 KB

utils-chain-hot.md

File metadata and controls

560 lines (514 loc) · 24.6 KB

HOLO KEYWORDS

post-blockchain, data-centric, peer 2 peer, p2p apps, p2p hosting, dht, distributed apps, scalable blockchain, after bitcoin

HOLO DEV LINKS

HOLO TUTOS

HOLO DAPPS

GITHUB HAPPS

HOLO LIST GITHUB

HOLOCHAIN-RSM GITHUB (NEW)

HOLOCHAIN-RSM GITHUB TOOLS (NEW)

HOLOCHAIN-RUST GITHUB (OLD)

HOLOCHAIN GITHUB TOOLS (OLD)

UNOFFICIAL SITES

UNOFFICIAL DOCS

OFFICIAL NETWORKS

TELEGRAM

TWITTER

YOUTUBE

HOLO TRADING

HOLO BEST ARTICLES

HOLO ARTICLES

WINDOWS WSL2

HAPP DEVELOPMENT

Install permenently

Install temporarily (for the session)

Install specific holochain version

Note that these are holonix version tags and not holochain versions.

Prerequisite

  • dna-src (the holochain codebase)
  • ng-src (the angular codebase)

Test mode

cd dna-src hc test

hc test will build a dna-src.dna.json and then launch the test file index.js inside the test folder.

User mode

  1. Run DNA cd dna-src hc package hc run

hc package will build a dna-src.dna.json and hc run launch the holochain server.

  1. Run UI cd ng-src ng serve ng serve will build the angular app and launch the node server.