An open API service indexing awesome lists of open source software.

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

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) |