Skip to content
Open
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
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VolunChain

**Innovating Volunteering with Blockchain ��**
## Innovating volunteering with blockchain 🌍

VolunChain is a production-grade blockchain-powered platform that connects volunteers with organizations in a transparent, decentralized, and efficient way. Built with Domain-Driven Design principles and strict architectural standards.

Expand Down Expand Up @@ -98,8 +98,8 @@ src/modules/<domain>/
1. **Clone the repository**

```bash
git clone https://github.com/your-repo/volunchain-backend.git
cd volunchain-backend
git clone https://github.com/VolunChain/VolunChain-Backend.git
cd VolunChain-Backend
```

2. **Install dependencies**
Expand Down Expand Up @@ -152,7 +152,7 @@ npm test
# Run specific test types
npm run test:unit # Unit tests
npm run test:integration # Integration tests
npm run test:e2e # End-to-end tests
npm run test:e2e # End-to-end tests

# Run tests for specific module
npm test -- --testPathPattern=modules/user
Expand Down