Categorygithub.com/lainio/ic
module
0.0.1
Repository: https://github.com/lainio/ic.git
Documentation: pkg.go.dev

# README

Invitation Chain

This is the Invitation Chain. It is a Go package and a CLI tool for building invitation and reputation chains. Later we might offer gRPC API as well.

Design

  1. use case driven approach.
  2. test driven approach
  3. algorithm first (PoC)
  4. then input and output
  • network transport
  1. last the persistence

# Packages

package chain present Invitation Chain and its Block and other methods.
Package crypto implements need helpers for invitation chain use.
No description provided by the author