Skip to content

A simple framework to test the speed of different verifiable credential ledger requests

Notifications You must be signed in to change notification settings

wadeking98/Leger-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledger Test

A simple framework to speed test different ledger requests. currently only uses AFJ.

Adding a test:

Go into tests.json and create another test by adding a JSON object like so:

"<TEST NAME>": {
        "schemas": [
            {
                "id": "<SCHEMA ID>",
                "label": "dev"
            }
        ],
        "credDefs": [
            {
                "id": "<CREDDEF ID>",
                "label": "dev"
            }
        ],
        "revocRegDef": [
            {
                "id": "<REVOCATION REG DEF ID>",
                "label":"dev"
            }
        ]
    },

Then run yarn install to install all dependencies

Running the application:

ts-node index.ts

About

A simple framework to test the speed of different verifiable credential ledger requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published