A simple framework to speed test different ledger requests. currently only uses AFJ.
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
ts-node index.ts