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

Full Tuxedo App Implementation #76

Open
coax1d opened this issue Apr 24, 2023 · 0 comments
Open

Full Tuxedo App Implementation #76

coax1d opened this issue Apr 24, 2023 · 0 comments

Comments

@coax1d
Copy link
Contributor

coax1d commented Apr 24, 2023

We have tested building on Tuxedo in multiple ways by creating new and various Tuxedo pieces. Such as Money, POE, Kitties, Dex etc.

In the spirit of a UTXO chain we of course only verify that Input to Output transitions are valid. This allows the chain to verify constraints and check to make sure state transitions are valid.

Now what we dont have..

We dont have an application which actually runs and generates these Input Output states and sends requests to a Tuxedo based Runtime for verification.

All we have to see some of this in action is some Unit tests and barely any integration testing besides some things in the wallet.

The task

Either take an existing Tuxedo piece and implement some application(Such as a payment application) which sends live transactions to a Tuxedo based chain or create an entirely new Tuxedo piece and build the application on top of it.

Why?

In order to demonstrate that Tuxedo is indeed a framework worth building the underlying blockchain infrastructure, demonstrating this is critical to showing application developers that this is:

  • Possible
  • Feasible for an end user application to get sufficient blockchain attestations to their transactions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant