LeaP is a Peer to Peer education system based on Holochain. Developed during the first community run Holochain DevCamp #6.
This repository is used as a learning resource for the students learning how to program Holochain hApps on the Rust lang.
Design: https://hackmd.io/_Uvrwr1HSNmfsWHqymcgvA
To be able to run the tests and package the DNA
nix-shell
dna
folderhc test
command OR Run the hc package
commandTo be able to run the UI and have a working version, follow the below steps:
ui
foldernpm install
commandnix-shell
ui
foldernpm run demo
nix-shell
dna
folderhc run
ui
foldernpm run ui:alice
The front-end stack being used (see package.json):