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

If I want to dynamically get the address to send a transaction to, I cannot do so as the ref will not resolve. Take the following: ``` ``` Fed into...

bug
ASAP

Useful for implementing the parser as well as for TokenScript authors. i.e. for example: `expired=TRUE` in: ``` ``` Particular areas of interest: * There seems to be special/reserved attributes like...

Many functions have no return values.

In the "Activities" section there is a list of items where each item is an activity. Such an item is rendered based on an blockchain event (before we support attestation...

Advantage of having one default ERC20 tokenscript: 1) We have aligned the behaviour of ERC20 tokens (e.g. status update) to the same source, avoiding having some info from etherscan and...

To be able to release an ENS domain for a refund you have to hold the domain for at least one year. To find this out you need to get...

This solves the problems of: 1) referring to external resources (e.g. big pictures/video) without having to embed base64. 2) potentially make TokenScript compatible with IPFS. 3) allowing HTML5 resources (currently...

If a developer references a file locally the parser will not put it into the file, it should do this just like it does with externally referenced URL scripts Example:...

bug

Currently, we load React library in token cards and we do the same for `item-view`. I argue that a `item-view` does not require much interaction and can be pre-rendered and...