hyli-testnet-chat
v0.3.1
Published
Web component for Hyli Testnet Chat
Keywords
Readme
Hyli Testnet Chat Frontend
A Vue 3 custom element for zero-knowledge chat on the Hyle testnet, using Noir SNARK proofs.
Features
- Send and receive chat messages with cryptographic proof
- Proof generation and verification using Noir circuits
Quick Start
- Install dependencies:
bun install - Start the dev server:
bun run dev
Usage
Add the custom element to your app:
<testnet-chat node_url="http://localhost:4321" contract_name="testnet_chat" nickname="alice"></testnet-chat>node_url: Hyle node URL (default:http://localhost:4321)contract_name: Noir contract name (default:testnet_chat)nickname: Your display name
License
MIT © Hyli
