You can also use this issuer by making Private State Token requests against "https://trusttoken.dev/tt/(k,i,r)":
Key Commitments:
Issuance (select a value for the parameters):
Redemption:
Send Redemption Record:
Key Commitments:
https://trusttoken.dev/tt/k
Issuance (select a value for the parameters):
fetch("https://trusttoken.dev/tt/i?public={0,1,2,3,4,5,6}", {privateToken: {...}}).then(...);
Redemption:
fetch("https://trusttoken.dev/tt/r", {privateToken: {...}}).then(...);
Send Redemption Record:
fetch(..., {privateToken: {...}}).then(...);