@@ -266,7 +266,7 @@ The API follows RESTful principles with these main endpoints:
266266- ** Transactions** : ` /v1/transactions/* ` (payment operations)
267267- ** KYC** : ` /v1/kyc/* ` (verification processes)
268268
269- For detailed API specifications, see [ API_DOCUMENTATION.md] ( documentation/ API_DOCUMENTATION.md) .
269+ For detailed API specifications, see [ API_DOCUMENTATION.md] ( API_DOCUMENTATION.md ) .
270270
271271## 🗄️ Database Management
272272
@@ -300,24 +300,8 @@ After adding or modifying queries in the `db/query/` directory:
300300make sqlc
301301```
302302
303- For more details, see [ DATABASE.md] ( documentation/ DATABASE.md) .
303+ For more details, see [ DATABASE.md] ( DATABASE.md ) .
304304
305- ## ⛓️ Smart Contracts
306-
307- DefiFundr integrates with Ethereum-based smart contracts for payroll and invoice management.
308-
309- ### Contracts
310-
311- - ` Payroll.sol ` : Manages recurring payments
312- - ` Invoice.sol ` : Handles one-time payments for invoices
313-
314- ### Generating Go Bindings
315-
316- After modifying contracts in the ` smart-contracts/ethereum/ ` directory:
317-
318- ``` bash
319- make gencontract
320- ```
321305
322306This generates Go bindings in ` internal/adapters/secondary/blockchain/contracts/ ` .
323307
@@ -343,7 +327,7 @@ make mock
343327- ** Integration Tests** : In the ` test/integration/ ` directory
344328- ** End-to-End Tests** : In the ` test/e2e/ ` directory
345329
346- For detailed testing information, see [ TESTING.md] ( documentation/ TESTING.md) .
330+ For detailed testing information, see [ TESTING.md] ( TESTING.md ) .
347331
348332
349333## 👥 Contributing
0 commit comments