documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Write tutorial for building a Streams protocol

Open JakeSCahill opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

We are lacking a tutorials for how to build a simple Streams protocol

Describe the solution you'd like

A very simple tutorial that explains how to build a Streams protocol.

The tutorial should cover:

  • Defining a simple application that has one simple message type
  • Describing the roles that users will have
  • Choosing what cryptography your message type will use
  • Writing methods to create, publish, and process your message type

JakeSCahill avatar May 18 '20 13:05 JakeSCahill