SmartTokenLabs / TokenScript

TokenScript schema, specs and paper
http://tokenscript.org
MIT License
242 stars 71 forks source link

allowing contracts to be absent in ethereum:* #367

Closed SmartLayer closed 4 years ago

SmartLayer commented 4 years ago

The new default TS files are valid:

weiwu@damascus:~/IdeaProjects/TokenScript/ERCs$ TOKENSCRIPT_SCHEMA=/home/weiwu/IdeaProjects/TokenScript/schema/tokenscript.xsd ../examples/validate.sh ERC20/ERC20-TokenScript.xml 
ERC20-TokenScript.canonicalized.xml validates
[Valid]   : ERC20/ERC20-TokenScript.xml
weiwu@damascus:~/IdeaProjects/TokenScript/ERCs$ TOKENSCRIPT_SCHEMA=/home/weiwu/IdeaProjects/TokenScript/schema/tokenscript.xsd ../examples/validate.sh ERC721/ERC721-TokenScript.xml 
ERC721-TokenScript.canonicalized.xml validates
[Valid]   : ERC721/ERC721-TokenScript.xml
SmartLayer commented 4 years ago

Looks good to me. Waiting for @James-Sangalli

I consider that an approval. I don't want you to waste time work on buggy TS so I went ahead and merged it.