Skip to content

sip-protocol/sip-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sip-website

Official website for SIP Protocol — https://sip-protocol.org


Overview

Marketing website and interactive demo for SIP Protocol (Shielded Intents Protocol), a privacy layer for cross-chain transactions.

Tech Stack

Structure

sip-website/
├── src/
│   ├── app/
│   │   ├── page.tsx           # Landing page
│   │   ├── demo/
│   │   │   └── page.tsx       # Interactive demo
│   │   ├── features/
│   │   └── about/
│   ├── components/
│   │   ├── hero/
│   │   ├── features/
│   │   ├── demo/
│   │   └── ui/
│   └── lib/
├── public/
│   └── assets/
├── tailwind.config.ts
└── package.json

Pages

Route Description
/ Landing page with hero, features, CTA
/demo Interactive SDK demo
/features Detailed feature breakdown
/about Team, mission, roadmap

Development

# Install dependencies
pnpm install

# Start dev server
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm start

Domain Structure

Domain Purpose Repo
sip-protocol.org Marketing + Demo This repo
docs.sip-protocol.org Documentation docs-sip

Related


Part of the SIP Protocol ecosystem

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages