You can also use this issuer by making Trust Token requests against "https://trusttoken.dev/tt/(k,i,r)":
Key Commitments:
Issuance (select a value for the public and private parameters):
Redemption:
Send Redemption Record:
Key Commitments:
https://trusttoken.dev/tt/k
Issuance (select a value for the public and private parameters):
fetch("https://trusttoken.dev/tt/i?public={0,1,2}&private={0,1}", {trustToken: {type: 'token-request'}}).then(...);
Redemption:
fetch("https://trusttoken.dev/tt/r", {trustToken: {type: 'token-redemption', issuer: 'https://trusttoken.dev'}}).then(...);
Send Redemption Record:
fetch(..., {trustToken: {type: 'send-redemption-record', issuers: ['https://trusttoken.dev']}}).then(...);