Getting Started with Off Chain Tokens
Quick Set Up
This guide will show how to install the Token Negotiator with a configuration to identify off chain tokens (as issued to attendees of Devcon, Liscon, Edcon and Devconnect).
Prerequisites:
You have an off chain token
Details of the token issuer configuration are known
A Node JS Application (e.g. using React, Svelte, VueJs or custom development system)
Or non Node JS web application installing Token Negotiator with the UMD version of the library
If you don't have an attestation configuration, please look at our github examples which provide a demo configuration and attestations https://github.com/TokenScript/token-negotiator-examples.
Within your application, install the Token Negotiator with the following terminal command.
Include a HTML location for the Token Negotiator to inject itself, adding the following element.
Install the library using the configuration below, replacing the issuer with your own configuration details.
Once your configuration is in place and you connect to the Token Negotiator, you will find that your tokens are shown in view and the meta of the token is provided to you via the tokens-selected hook.
Join the Community
Please join us on discord.
Last updated