Skip to content
/ rfcs Public
forked from PayString/rfcs

RFCs for the PayID Protocol in IETF format.

License

Notifications You must be signed in to change notification settings

nkramer44/rfcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayID

Specs

List of RFCs

The source code for each spec is in src/spec.

Implementations

Known implementations of PayID and PayID Discovery:

If you would like to update this list, please feel free to open a pull request against this repository.

Generating the Spec

From the root directory of the repo run:

    # Install IETF RFC tools
    gem install kramdown-rfc2629
    pip3 install xml2rfc

    # Install PayID RFC dependencies
    npm install

    # Generate the spec
    npm run spec

This generates the RFC output files in the dist folder using kramdown-rfc2629, xml2rfc and Grunt with the Grunt kramdown_rfc2629 task

To watch edits to RFC source files and auto-generate output when changes are saved run npm run watch.

Authoring a new RFC

First, write a Pull Request that adds the markdown file for the spec in the src/spec folder.

Then, add that file to the Gruntfile list of RFCs. That way the spec output can be generated for your proposal.

About

RFCs for the PayID Protocol in IETF format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.9%
  • JavaScript 4.1%