Skip to content

Instantly share code, notes, and snippets.

@CJ42
Last active July 19, 2022 18:11
Show Gist options
  • Select an option

  • Save CJ42/f56f12180590c036fda446e919f5d3cf to your computer and use it in GitHub Desktop.

Select an option

Save CJ42/f56f12180590c036fda446e919f5d3cf to your computer and use it in GitHub Desktop.
Examples of ERC725Y JSON Schemas to describe ERC725Y data keys for LUKSO Buidl Hackathon workshop

Examples of ERC725Y JSON Schemas to describe ERC725Y data keys for LUKSO Buidl Hackathon workshop

{
    "name": "MyProfile",
    "key": "0xd7a3703d6cb893710a4b495319d35de0b7efc070bc705c285266f6c06725ccf2",
    "keyType": "Singleton",
    "valueType": "string",
    "valueContent": "URL"
},
{
    "name": "MyAssets[]",
    "key": "0x466ae68ed42fde36ffe7cff0c961006518111e01ed7cb91c7f2cb9c6573f603c",
    "keyType": "Array",
    "valueType": "address",
    "valueContent": "Address"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment