From 5f61dcdda7d20e4803b699b4795ca77cd302007e Mon Sep 17 00:00:00 2001 From: Sam Curren Date: Fri, 6 Oct 2023 13:27:55 -0600 Subject: [PATCH] Help content to replace placeholder --- docs/help.md | 101 ++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 57 deletions(-) diff --git a/docs/help.md b/docs/help.md index bd58af5..5e263a4 100644 --- a/docs/help.md +++ b/docs/help.md @@ -1,57 +1,44 @@ -# Servat ex terram verba poena neque novus - -## Leonis puerile meae - -Lorem markdownum *Trachinius movimus terrigenae* clamavit dedit petisse: captus -coit [non auditaque quod](http://oscula.org/nec.html) Alcithoe utraque hic. -Tradita victa cadet et figis dissiluit, adhuc torquet in edidit. Infera effudit -querella exurunt inducit. Dum quae quae moveoque, circumspicit *tanti*; -excipiunt potior tenuitque revulsos rigida; maiorque. - -1. Penetrant inquit -2. Stabat mater -3. Et ora sceleris undae deos relicta cum -4. Insignia hoc mater sociam ut clamavit porrexit -5. Et salutem et gelidus aliter -6. Lacrimas cyclopum stupuit - -## Est arva falso ambobus calamo fallente - -*Quaerens iuppiter trahit* super o facies Olympus, tibi dumque omnes illa morti -da memorata est haec missa. Mentem Cephesidas non prohibebant nam per vivosque -Parrhasio tabent inspicitur ultima ossaque iugo, Palladios fumis **removit**. -Hoc Aquilonem hosti modusque quisque aliter fudit. - -1. Probor in vario -2. Parenti te solet -3. Pro per amnes sine quoque lumina - -Uterque prodet. Sed acres at cervice! Ab nunc, raptaturque per colubrasque -parentes quae populandas capillos mecum, deorum, nec spatiantur. Alis potenti -nam. Est nec tractus. - -## Ipse reice carpunt - -Milibus ortu sentiat et locutum per vivit et liquores, Finierat, cadavera, et -sola Lelegeia pedes, texitur. [Levare florumque](http://www.ille.com/) tympana, -dissuaserat amore iuvencum negare rumpit ignaram **permansit dabimus** veteres. - - if (flamingNewsgroupSwappable != debuggerBase.of.nullTerminalCloud( - google_computing) * icsPrinterLink) { - modem_source = emoticon_name; - } - var ctpReality = expansion_shell_zone; - remote_user_vle(ugc.tcp(-5, 70788)); - voip += flat; - -Bis [heu](http://species.io/) in ratione luctus quietis montibus inmenso -exaestuat cornua, est. Coepere pro rapta pollice sorore numina iunctisque -superest [invidiosa](http://www.vivacisque-subitis.com/spes) viribus quaeque: -feri pro. Urbem Dumque docendam superosque quater. Ore coit, pharetratae -adfectat hiscere repetenda herbas rursus sorores vobis. Illo sum quoque hoc, cum -sedebat nurus. - -In [puduit](http://est.io/omni.aspx), sanguine, oblita dare rapta innectere -videtur. Me Telephon **clementia** sceleri aetas Aulidaque conveniunt nais -facinus vitale crimen triplicis bella Cernis umbram temptat. In virga noluit -Molpeus illud anima. +# How to use this demo + +These basic instructions will help you understand how to use this demo to understand DIDComm and demonstate some of it's basic capabilities. + +1. Open one or more browser tabs to this page (https://demo.didcomm.org) + - You'll need at least two open somewhere to demonstrate message sending and receiving. These can be on the same computer, different computers on the same network, or different computers anywhere on the internet. +2. A name will be autoselected for you, shown in the upper left corner. You may rename it by clicking the edit button, changing the name, and pressing the Enter/Return key when done. +3. A DID was created for you, shown next to your name. click the copy icon to copy it to your clipboard, for use or sharing with other demo participants. +4. Share that DID with other demo participants to add as a contact. If using two tabs on the same computer, switch to the other tab. +5. Add a new contact by clicking the `New Contact` button, pasting in the DID copied in step 3, and clicking `Save`. + - Contacts only need to be added one direction. The other party will have a contact created for them automatically. +6. View the contact by clicking the newly created item under `contacts`. + - If you shared the DID with multiple other parties and they added a contact, you will see multiple entries identified by the name shown on their demo. +7. You may now engage in any of the demo activities described below, in any order. +8. Click `Back to Contacts` to return to the contact list. +9. Reloading the page will generate a new DID and clear your contacts list. + +## See Discover Features Message + +In the left hand side, you'll see nicely rendered items showing messages back and forth between you and this contact. The initial messages are automatically sent when a contact is added. New messages you send and receive will appear below. + +## Send BasicMessage Messages + +The box in the lower-left corner will allow you to type and send BasicMessage messages, showing the basics of human communication oriented protocols. + +## Review Message Log + +The right hand side contains the list of log entries and unencrypted copies of the messages sent and received. This allows you to view the message format itself and understand the information flowing between the connected parties. + +This list shows all messages from all connections. Future improvements to the demo will allow more selective filtering of this raw message list. + +Some of these messages will be messages to and from the connected mediator, used to securely relay messages around firewalls and other connectivity challenges. + +## Craft and send any DIDComm Message + +On the lower right, there is a box that you can use to craft and send any DIDComm message to the other party. There is a drop-down list of presets to get you started, including the Trust Ping protocol. + +## See message documentation for unknown types + +When a message arrives with a message type the demo doesn't recognize, it'll display a box with message details and a link to the protocol documentation. + +## Explore Demo Code + +Visit the [Github Repo](https://github.com/decentralized-identity/didcomm-demo) for this demo, and browse the code that makes it work! \ No newline at end of file