Supranova is a decentralized protocol built on Lit Protocol that enables secure account and token management through Twitter authentication.
The protocol consists of several key components:
- Actions: Lit Protocol actions for Twitter auth and account management
- SDK: TypeScript SDK for interacting with the protocol
- Contracts: Move smart contracts for on-chain functionality
- Twitter Bot: Automated bot for user interactions
Lit Protocol actions for secure computation:
- Twitter OAuth authentication
- Encrypted account creation and management
- Token minting capabilities
TypeScript SDK providing:
- Protocol interaction methods
- Account management
- Token operations
- Type definitions
Move smart contracts implementing:
- Token standards
- Access control
- Protocol governance
Twitter integration bot for:
- User authentication
- Command processing
- Automated responses
- Node.js v16+
- Git
- Move CLI
# Clone repo with submodules
git clone --recursive https://github.com/yourusername/supranova
# Install dependencies
npm install
# Build all packages
npm run build
# Run tests
npm test
Please see CONTRIBUTING.md for details on our code of conduct and development process.
This project is licensed under the MIT License - see the LICENSE file for details.