This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.json
34 lines (34 loc) · 1.97 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"name": "Basic Chat",
"directory": "basic-chat",
"github": "https://github.com/willemolding/basic-chat",
"icon": null,
"screenshot": "https://raw.githubusercontent.com/holochain/peer-chat/develop/doc/screen.png",
"description": "A fork of peer-chat that aims to keep everything as basic as possible. Removes the identity management and private channels features to help with debugging."
},
{
"name": "__holo.txt",
"directory": "holotxt",
"github": "https://github.com/kristoferlund/holotxt",
"icon": null,
"screenshot": "https://user-images.githubusercontent.com/9698363/71314686-61cb0c00-244d-11ea-9429-2dd0e7c7d701.png",
"description": "Proof of concept Holochain app showcasing simple collaborative notes editing."
},
{
"name": "Passthrough DNA",
"directory": "passthrough-dna",
"github": "https://github.com/holochain/passthrough-dna",
"icon": null,
"screenshot": "https://github.com/holochain/passthrough-dna/releases/download/v0.0.6/Passthrough.png",
"description": "This is the simplest hApp possible - and it is meant for testing Holochain itself, interactively. The DNA passes-through the HDK's API functions as zome functions so that hdk::commit_entry and hdk::get_links can be called directly from the UI. If installed with an admin interface it also renders all the internal redux actions that the Holochain instance processes."
},
{
"name": "Acorn (Use Admin!)",
"directory": "acorn",
"github": "https://github.com/h-be/acorn-docs",
"icon": "https://github.com/h-be/acorn-ui/blob/master/dist/logo/acorn-logo-desktop-512px%402x.png",
"screenshot": "https://i.imgur.com/2LreFT4.png",
"description": "STOP! Don't click INSTALL! First, click 'Show Bundle Contents', then check 'Install with admin interface?'. THEN click 'INSTALL'. Acorn is a way of organizing intended Goals and Outcomes in tree-like structures. You can think of it as a virtual whiteboard for collaborative planning."
}
]