Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

PayID Java Test Harness

This folder contains a Java implementation of a PayID, in addition to a test harness that validates the JSON test vectors.

NOTE that the PayID code in this project will eventually be moved to xpring4j , but the test-harness and test-vectors will continue to live in this RFC.

Running Tests

  1. Install Maven and a JDK.
  2. Execute this command: mvn clean install in the folder holding this README file.