pendulum-chain / vortex

1 stars 0 forks source link

Create backend web server implementation with Rust framework #31

Closed ebma closed 2 months ago

ebma commented 4 months ago

Context

As agreed on in https://github.com/pendulum-chain/tasks/issues/159 and mentioned in #15, we'd like to eventually implement the backend for the pendulum-pay service in Rust. Since the knowledge/experience with Rust webserver frameworks is currently rather limited in the tech team, we want to start exploring this intricacies of implementing and deploying a Rust-based webserver.

TODO

Re-implement the web server with the axum framework. The branch for these changes should base on the offramp-prototype-staging branch.

Notes

This may or may not replace the current Javascript implementation of the prototype backend. As mentioned in the 'Context' section, the main outcome of this ticket is exploring the respective framework and deployment.

ebma commented 2 months ago

Let's close this ticket for now as the implementation was done. We can keep the PR https://github.com/pendulum-chain/vortex/pull/37 open for the time being.