This repository contains the source code for the MynaWallet APIs. The MynaWallet APIs are a set of REST APIs that allow users to interact with the MynaWallet application. The MynaWallet APIs are written in Rust and use the axum web framework.
To install this project, you will need to have Rust and Cargo installed on your system. You can install Rust and Cargo by following the instructions on the official Rust website: https://www.rust-lang.org/tools/install
Once you have Rust and Cargo installed, you can clone this repository and build the project using the following commands:
git clone
cd myna-wallet-api
cargo build
To run the project in development mode, you can use the following command in each of the project root directories:
make dev