Skip to content
Open
Changes from 1 commit
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
6 changes: 3 additions & 3 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,7 +98,7 @@ src/modules/<domain>/
1. **Clone the repository**

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

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