Skip to content

Commit 2327f70

Browse files
committed
docs ..
1 parent b020f66 commit 2327f70

File tree

7 files changed

+134
-14
lines changed

7 files changed

+134
-14
lines changed

CODE_OF_CONDUCT.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we pledge to make participation a harassment-free experience for everyone.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to a positive environment:
10+
- Respectful communication
11+
- Constructive feedback
12+
- Acknowledging differences
13+
14+
## Enforcement
15+
16+
Instances of abusive behavior may be reported to the project maintainers.

CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing Guide
2+
3+
Thank you for your interest in contributing!
4+
5+
## Getting Started
6+
7+
1. Fork the repo
8+
2. Create a feature branch
9+
3. Write your code and tests
10+
4. Submit a Pull Request
11+
12+
## Development Setup
13+
14+
- Use `Qt 5.15+`, `Aurora SDK`, and `CMake`
15+
- Follow naming conventions and QML best practices
16+
17+
## Code Style
18+
19+
- Indentation: 4 spaces
20+
- Filenames: camelCase for QML, snake_case for C++

GOVERNANCE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Project Governance
2+
3+
This project is governed by the REChain Network core team.
4+
5+
## Roles
6+
7+
- **Maintainers**: Core developers with write access
8+
- **Contributors**: Anyone who submits PRs
9+
- **Reviewers**: Assigned by maintainers
10+
11+
## Decision Making
12+
13+
- Technical decisions are made through discussion and consensus.
14+
- In case of conflict, maintainers have final say.
15+
16+
## Proposal Process
17+
18+
1. Submit an issue or PR with `Proposal` tag
19+
2. Team discusses and reviews
20+
3. Final decision published under `DECISIONS.md` (TBD)

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# dStoreHubForAuroraOS
1+
# dStoreHubForAuroraOS
2+
3+
Qt/QML-based decentralized store client for Aurora OS, integrated with the REChain protocol suite. Provides a marketplace UI for distributed assets.
4+
5+
## Features
6+
7+
- Native Aurora UI
8+
- REChain-powered marketplace
9+
- Encryption and decentralized file sync
10+
- Smart contract integration
11+
12+
## License
13+
14+
© REChain Network Solutions. Proprietary or dual licensing.

ROADMAP.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Project Roadmap
2+
3+
## Q3 2024
4+
5+
- [x] Initial Qt/QML interface for Aurora OS
6+
- [x] REChain registry connection
7+
- [ ] NFT publishing and browsing
8+
- [ ] Hardware token integration
9+
10+
## Q4 2024
11+
12+
- [ ] Plugin architecture for stores
13+
- [ ] Localization (RU, EN, CN)
14+
- [ ] REChain dApp interaction layer
15+
16+
## 2025
17+
18+
- [ ] Full offline sync support
19+
- [ ] dStoreHub Pro version

SECURITY.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22

33
## Supported Versions
44

5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
7-
8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 5.1.x | :white_check_mark: |
11-
| 5.0.x | :x: |
12-
| 4.0.x | :white_check_mark: |
13-
| < 4.0 | :x: |
5+
| Version | Supported |
6+
| ------- | --------- |
7+
| 1.0.x ||
8+
| < 1.0 ||
149

1510
## Reporting a Vulnerability
1611

17-
Use this section to tell people how to report a vulnerability.
12+
Please report security vulnerabilities to [security@rechain.network](mailto:security@rechain.network).
1813

19-
Tell them where to go, how often they can expect to get an update on a
20-
reported vulnerability, what to expect if the vulnerability is accepted or
21-
declined, etc.
14+
We will respond within 72 hours and coordinate a fix with you.

WIKI.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 📦 dStoreHubForAuroraOS — Wiki
2+
3+
`dStoreHubForAuroraOS` is a Qt/QML-based client designed for **Aurora OS**, enabling interaction with decentralized storage and marketplace systems within the REChain ecosystem.
4+
5+
## 📑 Overview
6+
7+
Aurora-native interface for:
8+
- Digital asset browsing and publishing
9+
- Secure decentralized file management
10+
- REChain protocol and contract interaction
11+
- Storefront navigation and digital marketplace tools
12+
13+
## 🚀 Features
14+
15+
- Qt/QML UI (Silica-compliant)
16+
- Decentralized registry support
17+
- Local encrypted file management
18+
- Native Aurora OS integration
19+
20+
## ⚙️ Build Instructions
21+
22+
```bash
23+
git clone https://github.com/sorydima/dStoreHubForAuroraOS.git
24+
cd dStoreHubForAuroraOS
25+
mkdir build && cd build
26+
cmake .. -DCMAKE_BUILD_TYPE=Release
27+
make
28+
```
29+
30+
## 🤝 Contributing
31+
32+
1. Fork → Create Branch → Commit → PR
33+
2. Follow CODE_OF_CONDUCT.md
34+
3. Respect governance rules below
35+
36+
## 📬 Contact
37+
38+
- Telegram: @sorydima
39+
- Web: [rechain.network](https://rechain.network)

0 commit comments

Comments
 (0)