Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

tomkoom/cyql.io

Repository files navigation

cyql.io

Archived – Legacy Version

This repository is archived and read-only. Version 1 (MIT-licensed) remains here for reference.
Version 2 and all future releases are proprietary and closed-source, and are not available in a public repository.

If you wish to get in touch regarding Version 2 or commercial use, you may find contact information on my GitHub profile page.


cyql.io is a curated gallery of projects built on the Internet Computer.

It serves as a visual and functional directory for exploring the growing ecosystem of decentralized applications (dApps) powered by ICP. cyql.io highlights projects across categories like DeFi, NFTs, gaming, infrastructure, and more — all running natively on-chain.

The platform aims to provide both newcomers and seasoned developers with a centralized hub to discover, evaluate, and support Internet Computer projects. Each listing includes key information, live links, and categorization to help users find what they’re looking for quickly and intuitively.


Canisters


Getting Started

# Install dependencies
npm install

# Generate actor interfaces from canisters
dfx generate

# Start the local development server
npm run dev