- Navigate to the rust directory:
cd rust- Build the project:
./build.shKeep your code clean and consistent by running:
swift format format -r -p -i MinWalletCheck your code quality with:
swift format lint -r -p MinWalletNote: Make sure you have both Swift and Rust toolchains installed before proceeding.