Skip to content
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

[FR] Have a repository of "supported" transaction types (different metadata models) #14

Open
rcmorano opened this issue Jan 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rcmorano
Copy link
Member

Something like this [0] that easily enables users to attach known JSON object types to transactions.

[0] image

@nothingalike nothingalike added the enhancement New feature or request label Jan 19, 2021
@nothingalike
Copy link
Member

Section Name: MetaBuilder

Start with a few supported Schemas from Schema.org
Lets go ahead and Seed/Register these schemas on chain. (Maybe just the base 'Thing' schema)
We can always add what we support by default in the future, but this will help us understand the how to handle registered types on the app.

If a user wants to build a schema, they can construct what the schema is and 'register' the schema on the chain. We return them the transaction(*)

During send transaction, the user will need to enter a transaction id of the registered schema. we then create form of said schema for them to enter values.

*currently hard to return transaction id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants