Skip to content

IETF Internet-Drafts

This directory contains the source for IETF Internet-Drafts extracted from the PoT-O/TW-RPC proposal series. The drafts are written in Markdown with kramdown-rfc2629 YAML front matter and can be converted to XML and then to the canonical .txt format for submission to the IETF Datatracker.

Drafts

FileTitle
draft-tribewarez-pqc-hybrid-useful-work-00.mkdPost-Quantum Hybrid Signatures for Useful-Work Proofs
draft-tribewarez-tor-onion-useful-work-00.mkdTor Onion Service Integration for Useful-Work Validator Infrastructure

Dependencies

  • kramdown-rfc2629 (Ruby gem): converts Markdown to XML2RFC XML.
    bash
    gem install kramdown-rfc2629
  • xml2rfc (Python): generates .txt (and optionally .html) from XML.
    bash
    pip install xml2rfc

Build steps

  1. From this directory (docs/public/ietf/), run the build script:

    bash
    ./build-ietf-drafts.sh

    Or run the commands manually for each draft:

  2. Convert Markdown to XML:

    bash
    kramdown-rfc2629 draft-tribewarez-pqc-hybrid-useful-work-00.mkd > draft-tribewarez-pqc-hybrid-useful-work-00.xml
    kramdown-rfc2629 draft-tribewarez-tor-onion-useful-work-00.mkd > draft-tribewarez-tor-onion-useful-work-00.xml
  3. Generate .txt (and optionally .html) with xml2rfc:

    bash
    xml2rfc draft-tribewarez-pqc-hybrid-useful-work-00.xml
    xml2rfc draft-tribewarez-tor-onion-useful-work-00.xml

The resulting .txt files are suitable for upload to the IETF Datatracker when submitting the drafts.

Submission

Upload the generated .txt files via the IETF Datatracker (submit new Internet-Draft). Ensure the docname in the YAML front matter matches the draft name (e.g. draft-tribewarez-pqc-hybrid-useful-work-00). For IPR and author information, see the IETF Authors and IPR pages.

TribeWarez Blockchain Ecosystem