Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ rfcs Public archive

RFCs for the PayString Protocol in IETF format.

License

Notifications You must be signed in to change notification settings

PayString/rfcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PayID

Specs

List of RFCs

PayID Core

Verifiable PayID

PayID Commerce

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.

Legal

This code is not authorised for download in Australia. Any persons located in Australia are expressly prohibited from downloading, using, reproducing or distributing the code. This code is not owned by, or associated with, NPP Australia Limited, and has no sponsorship, affiliation or other connection with the “Pay ID” service operated by NPP Australia Limited in Australia.

About

RFCs for the PayString Protocol in IETF format.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published