ilp-plugin-virtual
Version:
ILP virtual ledger plugin for directly transacting connectors
35 lines (34 loc) • 655 B
JSON
{
"accounts": {
"admin": {
"id": 1,
"name": null,
"username": "admin",
"balance": 0,
"github_id": null,
"profile_picture": null,
"email": null,
"email_verified": null
},
"alice": {
"id": 1,
"name": null,
"username": "alice",
"balance": 1000,
"github_id": null,
"profile_picture": null,
"email": null,
"email_verified": null
},
"bob": {
"id": 1,
"name": null,
"username": "bob",
"balance": 1000,
"github_id": null,
"profile_picture": null,
"email": null,
"email_verified": null
}
}
}