Skip to content

Commit 95e6817

Browse files
authored
Merge pull request DefiFundr-Labs#131 from DefiFundr-Labs/demola234-patch-4
Update Readme.md
2 parents 133345e + f14546e commit 95e6817

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

Readme.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
300300
make 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

322306
This 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

Comments
 (0)