#Link between organization and contract

1 messages · Page 1 of 1 (latest)

woven sand
#

Does there is an open discussion about enhancing the stellar.toml file to add for example a CONTRACTS field like for accounts ?
The question behind is how end users will be could identify the creator of the contract or if an organization approve a specific contract?

burnt apex
#

Shouldnt this info should be part of the metadata of the contract? it would add a couple bytes to sz though

woven sand
#

Maybe but like for asset you can put any domain you want even if it's not yours, you always need to check that this domain approve the account in its toml file.
The current TOML file allows you to at least approve the account that created the contract, this might be sufficient even if indirect.

faint field
#

you COULD add any fields to the toml even outside of the spec just fyi you'd wanna put them in their own [CATEGORY]

woven sand
#

cool, didn't know that

faint field
# woven sand cool, didn't know that

i didn't either kalepail taught me this when we worked on turrets, some parsers might not support parsing custom fields but it shouldn't break anything. (just put the custom fields at the bottom, and i don't know if it works for [[subcategories]] of non-custom [category]