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

Problem: When creating a TokenScript that has multiple actions, sometimes you need to know what action you are in so that you can serve unique content. At the moment it...

enhancement

Currently there is no way to get the native balance except via a contract call which would be cheating. So for example, if the user is on Ethereum mainet, the...

schema

E.g. I set userInput on compound entry and it is not defined as an attribute. It should prevent making at that point.

enhancement

I answered in an email but wonder if others who read the documents want to see something like this before continuing to read how things works. > tokenURI wouldn't be...

- [ ] cTokens - [ ] iTokens - [ ] Dai - [ ] xDai - [ ] Sai - [ ] WETH

enhancement

When we run `make` in our examples, we get: ``` $ make # Needs a target, example: $ make EntryToken.canonicalized.xml # # Let's say you have a TokenScript "EntryToken.xml" #-...

@colourful-land it seems there is no official support for HTML5 due to it being it's own language: https://stackoverflow.com/questions/36071493/why-isnt-there-an-official-xml-schema-for-xhtml5

schema

Currently, Makefile serves 3 functions. 1. Validate the XML file against the schema. 2. If invalid, use xmllint to highlight the problem. xmllint only works with canonicalized version thanks to...

To compensate for https://github.com/AlphaWallet/alpha-wallet-ios/pull/1596 Maybe not too much because older version of the apps will still render the views with margins (or maybe it doesn't matter).