Revolutionizing Code Sharing in Web3 with Blockchain-Powered Collaboration
Snipu is a decentralized platform that transforms how developers share and collaborate on code using blockchain technology. By integrating Starknet wallets and on-chain storage with real-time collaboration features, we're building the future of Web3 development workflows.
- Starknet Wallet Authentication
Securely authenticate using your Starknet wallet - On-Chain Code Storage
Store code snippets immutably on the blockchain - Smart Organization
Categorize and manage snippets with custom tags - Shareable Links
Generate permanent, verifiable links for any snippet - Global Discussion Board
Discuss, like, and bookmark snippets community-wide - Real-Time Voice Chat
Collaborative voice rooms for live code debugging - Decentralized Architecture
Built on blockchain for true data ownership
- Node.js v18+
- Starknet wallet (ArgentX or Braavos)
- Yarn/NPM/PNPM/Bun
- Clone the repository:
git clone https://github.com/yourusername/snipu.git- Install dependencies :
npm install
# or
yarn
# or
pnpm install
# or
bun install- Running locally:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev