You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: