Tribler / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
80 stars 63 forks source link

Introduce basic transactions API #145

Closed kandrio closed 1 year ago

kandrio commented 1 year ago

Everything is summarized in our commit messages and on the following issue of our team:

kandrio commented 1 year ago

Thank you very much for the comments. We will address them as soon as possible.

kandrio commented 1 year ago

@OrestisKan We updated our PR and addressed all of your comments. We decided to drop the LightweightTxApp from the PR. We'll keep it internally for testing and won't push it as a "production-ready" code.

Feel free to take a look again at our branch. We're to clarify any questions you may have

synctext commented 1 year ago

@OrestisKan is a bit overloaded, as nobody made the Week 6 deadline for Prototype I. Review will come asap.

kandrio commented 1 year ago

@OrestisKan merge conflicts fixed. This should be ready to go!

I'm not sure how to work the app, maybe you can guide me ?

This PR just introduces a skeleton of our backend. This backend is not yet used by the UI of the app, but it will be, in a follow-up PR (coming in a couple of days). In that PR (or maybe in a next one) we'll have proper README.md documentation for you to read in order to understand how to use the API.