https://github.com/sip-protocol/.github
Organization-wide GitHub configuration and community health files
https://github.com/sip-protocol/.github
community-health github-config sip-protocol
Last synced: 3 months ago
JSON representation
Organization-wide GitHub configuration and community health files
- Host: GitHub
- URL: https://github.com/sip-protocol/.github
- Owner: sip-protocol
- Created: 2025-11-26T22:23:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-21T15:33:48.000Z (5 months ago)
- Last Synced: 2026-01-22T03:32:06.569Z (5 months ago)
- Topics: community-health, github-config, sip-protocol
- Homepage: https://sip-protocol.org
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .github
Organization-wide GitHub configuration and community health files for **SIP Protocol**.
## Contents
```
.github/
├── profile/
│ └── README.md # Organization profile (shown on org page)
├── ISSUE_TEMPLATE/ # Default issue templates (planned)
├── FUNDING.yml # Sponsorship configuration (planned)
└── README.md # This file
```
## About SIP Protocol
**SIP (Shielded Intents Protocol)** is a privacy layer for cross-chain transactions via NEAR Intents + Zcash.
- 🌐 **Website:** https://sip-protocol.org
- 📚 **Docs:** https://docs.sip-protocol.org
- 🔐 **Core SDK:** https://github.com/sip-protocol/sip-protocol
## Domain Structure
| Domain | Purpose |
|--------|---------|
| `sip-protocol.org` | Marketing website |
| `docs.sip-protocol.org` | Documentation (Astro) |
## Repositories
| Repo | Description |
|------|-------------|
| [sip-protocol](https://github.com/sip-protocol/sip-protocol) | Core SDK + Types |
| [docs-sip](https://github.com/sip-protocol/docs-sip) | Documentation site |
| [circuits](https://github.com/sip-protocol/circuits) | Noir ZK circuits (planned) |