Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.07 KB

README.md

File metadata and controls

47 lines (30 loc) · 2.07 KB

Developer Guide

This Guide is intended as a reference document for both the concept and architecture, and their documentation of implementations.

The idea is that this guide helps developers to implement their own Browser Frontend (or Client or Peer) that can reuse the Stealth Service and its provided APIs.

Currently, the Repository consists of these important folders:

  • Base is a Library that contains Polyfills for Browser, Covert and Stealth.
  • Browser is the Web-based Frontend for Stealth that can be used as a Progressive Web App.
  • Covert is the Test Runner.
  • Profile is the Tholian Vendor Profile.
  • Stealth is the Stealth Service (that runs in node.js).

Guide Contents

Implementation Notes

Implementation Examples

Each Project has a /review folder which contains Reviews for Covert. The idea behind a Review is the complete audit-by-example of the equivalent implementation in the /source folder.

For example, the /stealth/review/Request.mjs reviews the /stealth/source/Request.mjs implementation and it can be run directly with covert scan stealth/Request.

The Usage of Covert is documented in the Covert's README.md file.