Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The backend is responsible for:
* Savings vault management
* Transaction processing
* Nigerian bank integrations
* Fiat-to-USDC conversion workflows
* Fiat-to-USDT conversion workflows
* Lending and borrowing services
* Investment management
* Reward and streak calculations
Expand Down Expand Up @@ -384,7 +384,7 @@ Responsibilities:

* Receive NGN deposits
* Verify payments
* Convert NGN to USDC
* Convert NGN to USDT
* Transfer assets to Stellar wallets
* Process withdrawals back to bank accounts

Expand Down
3 changes: 0 additions & 3 deletions Contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ edition = "2021"
[workspace.dependencies]
soroban-sdk = "20.5.0"
shared = { path = "shared" }

[patch.crates-io]
ethnum = { path = "./ethnum-patch" }
2 changes: 1 addition & 1 deletion Contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ User
Create Vault
Deposit USDC
Deposit USDT
Vault Contract
Expand Down
31 changes: 0 additions & 31 deletions Contract/ethnum-patch/Cargo.toml

This file was deleted.

65 changes: 0 additions & 65 deletions Contract/ethnum-patch/src/error.rs

This file was deleted.

153 changes: 0 additions & 153 deletions Contract/ethnum-patch/src/fmt.rs

This file was deleted.

Loading
Loading