Issuer Configuration Off Chain
Token Negotiator issuer configuration off chain
Off chain tokens can be used in the same way as on chain tokens via Token Negotiator using the configurations below. The key difference is that instead of identifying tokens via blockchain(s), tokens are derived via an issuer website (the host origin that dispatched the tokens e.g. Devcon). An additional benefit to using this technology is that tokens can be read cross origin (via the issuer website with Token Negotiator).
EAS Off Chain configuration:
onChain
boolean
defines if the collection is on or off chain. Set this value to false.
true | false
collectionID
string
a unique string identifier for your usage (this will be the name space your tokens are kept)
string
title
string
collection display title
string
image
string
collection image
string
tokenOrigin
string
origin of token issuer
string
attestationOrigin
string
origin of attestation issuer
string
eas.schemaUid
string
schema identifier value
string
eas.idFields
string []
id fields
string []
eas.fields
object []
custom shema fields
object []
base64senderPublicKeys
object {}
key value object. Where keys represent each issuer event name and the value represents the public key.
object {}
base64attestorPubKey
string
attestation issuer public key
string
unEndPoint
string
origin of unpredictable number generator
string
A custom schema defined EAS issuer configuration:
Example use
For any more details around this technology solution, please reach out to us on discord or via sayhi@smarttokenlabs.com
Last updated