TokenScript icon indicating copy to clipboard operation
TokenScript copied to clipboard

TokenScript schema, specs and paper

Results 95 TokenScript issues
Sort by recently updated
recently updated
newest added
trafficstars

Suspected the long line caused it. ```` $ node xmldsigverifier.js /home/weiwu/IdeaProjects/TokenScript-Repo/*/*/*/*.tsml | sed 's/ OK /__OK__/' | sort -k2 > /tmp/1 $ wc -L /home/weiwu/IdeaProjects/TokenScript-Repo/*/*/*/*.tsml | sed 's/^ *//'| sort...

![imagen](https://user-images.githubusercontent.com/548435/113706736-612db600-9722-11eb-8cbf-408c6d33b6c4.png)

Eg, EDCON ticket. In token card, With one click, jump to twitter(or use build in share to Twitter) with Pre filled text and ticket picture. “I just got my blockchain...

enhancement
feedbacks
ASAP

These are the ui/ux changes we talked about. From these changes I've made some upgrades to the UI also to make the demo more realistic to an a hotel booking....

When running the TokenScript for our EntryToken example on Ethereum mainnet: 0x63cCEF733a093E5Bd773b41C96D3eCE361464942, it displays this after attempting to unlock after signing. Retrieving the challenge seems to work correctly: ``` Failed...

bug

Hi @oleggrib This is my latest update towards merging our work together. I've added what I understand to the be the steps we should apply to create the hotel demo....

@oleggrib - please can you review this change and merge if you are happy with the solution, to remove toString from the negotiator and manage the toString inside the react...

This branch: https://github.com/TokenScript/TokenScript/tree/hotel-bogota/examples/sites/hotel-bogota Pseudo code: ```` // this will open the iframe to attestation.id if first time const useTicketProof = Authenticator.generateAuthenticationBlob(selectedTicket); // getting a challenge const challenge = fetch(…)… //...

You will not be able to reproduce this because I commended out the offending line in tokenscript.xsd 1. Download xerces 2.12.1-xml-schema-1.1 ```` $ wget -O - https://archive.apache.org/dist/xerces/j/binaries/Xerces-J-bin.2.12.1-xml-schema-1.1.tar.gz|tar -zxvf - ````...