-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create First Chainlink function #16
Comments
Sample are in this folder: https://github.com/originalworks/protocol/tree/main/DDEX_messages |
@0xbarath please take a look at sections 7.3 and 7.4 of the web3 nft ddex document. |
One way to approach this is for Original Works to create an XML Schema Defiintion (XSD) for every XML message we can receive. The Chainlink function will need to validate the XML message against the XSD and check for allowed value sets. The XSD has to be of course compliant with DDEX but as well makes it even more strict, meaning that not only it has to be a DDEX standard but also have the fields the protocol needs to operate. For this we need to define the fields to add in the XSD file. @revelatorltd , @denciu , we can review these fields tomorrow |
@0xbarath please provide the status of this here. Thank you. |
We need to create a chainlink function a first testcase.
This will detect the generation of a new ISRC, check it's validity (format of file) and output a binary output to confirm if file is valid or not.
The text was updated successfully, but these errors were encountered: