Skip to content

tomkoom/cyql.io

Repository files navigation

cyql.io

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