-
Notifications
You must be signed in to change notification settings - Fork 13
quick start
This page is designed to provide a quick start in using the Token Negotiator, with the demo examples.
Before following these steps, please ensure you have Node Js installed on your computer (https://nodejs.org/).
This guide will provide two working versions of how Token Negotiation can be done (served on your local computer).
- First download this repository which contains various examples and the source code**
https://github.com/TokenScript/token-negotiator-examples
- Next at the root of the examples
run npm i
to install dependancies.
run npm run install
to install dependancies.
run npm run start
to start the examples (across many localhost ports).
-
First, navigate to the ticket issuer example (localhost:3005) in a browser and select a token**
-
Refresh the page and you should now see the selected token/ticket in view
-
Next, navigate to the hotel bogota examples (localhost:3000 & localhost:3001) and interact with the website to see how the token can be applied