Hwee-Boon Yar
Hwee-Boon Yar
@colourful-land sounds useful. Should action be considered part of the context? Then we can have: `web3.tokens.context.currentAction.name` or: `web3.tokens.actions.currentAction.name` (The latter supports adding `web3.tokens.actions.all` in the future) This: ``` web3.tokens.dataChanged =...
> Is "take a screenshot and share it on twitter" already a feature available in all OS? On iOS, we can programmatically take a screenshot of the current screen (including...
Best to involve @colourful-land to align with TokenScript direction.
cc @JamesSmartCell
Regarding JSX, from https://github.com/facebook/jsx: > JSX is an XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be implemented by engines or browsers. It's NOT a...
How about a cli instead? It's easier to add commands to it to do things like validation and lower effort to build. Easier for users to integrate into their processes/tools...
Now outdated: ~~It's more consistent, but there's a change in semantics. In addition to user-defined attributes and implicit attributes, the pool of values available to`refs` will have to include those...
If we use this to build a smart contract function invocation: ``` 0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016 ``` Does it mean that `to` can be specified as: A. `` and B. `0x1` too? Or...
> in the case of A, if the attribute "xxx" has a value that is not one of the address assumed trusted through , then doing so will generate a...
BTW did you mean for this entire issue to be posted to https://www.tokenscript.org instead, since it's design consideration?