Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.41 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.41 KB

Kronus - Open Source Multisig Client

Kronus is an open-source alternative to Squads.so, providing a comprehensive front-end client for multisig operations across Solana and other SVMs/alt-chains.

Features

  • Cross-Chain Support: Manage multisig wallets on Solana and other compatible chains
  • Comprehensive Interface: Create, manage, and execute multisig transactions
  • Permissionless: Open-source and free to use
  • Modern UI: Built with Nuxt 3 for a fast, responsive experience

About Kronus

While Squads.so provides an excellent service, Kronus aims to offer:

  • A completely open-source solution
  • Support for multiple blockchain networks
  • Enhanced customization options
  • Self-hosted deployment options
  • Additional features for specialized use cases

Supported Chains

  • Sonic SVM (primary)
  • Solana
  • Future integrations planned for:
    • Solana Virtual Machine (SVM) compatible chains
    • Other alt-chains with compatible multisig protocols

Setup

Make sure to install dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.