This is the JavaScript SDK library for Hetu, supporting Hetu-related frontend development. The project is maintained and developed by the Udaya community.
This repository contains the following sub-projects:
-
- Description: A decentralized invitation system based on Verifiable Logical Clock and Nostr protocol
- Features: Verifiable Logical Clock implementation, Nostr protocol integration, invitation tree visualization
-
- Description: Hybrid Vector Logical Clock implementation for distributed systems
- Features: Hybrid vector clock combining physical and logical timestamps, efficient causality tracking
-
- Description: Verifiable Logical Clock implementation for distributed systems
- Features: Standard logical clock with vector clock properties, SHA256 hash verification
# Install dependencies
npm install
# Run development environment
npm run dev
We welcome contributions from the community! To contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Udaya Community: [Community Link]
- Issues & Feedback: Please submit via GitHub Issues
MIT License