@push('metadata') @php $page_id = 36; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-author'); @endphp
Discover leading crypto & blockchain projects — from India and across the globe. Explore innovations, missions, token details, utilities, roadmap, funding, and key contributors.
| Project Name | Founder | Founding Year | Project Category |
|---|---|---|---|
|
{{ $value['project_name'] }}
{!! \Illuminate\Support\Str::words($value['short_description'], 100, '...') !!}
|
@php
$founders = $value['founders'] ?? [];
$displayLimit = 2;
@endphp
@foreach(array_slice($founders, 0, $displayLimit) as $founder)
{{ $founder['founder_name'] }}
@endforeach
@if(count($founders) > $displayLimit)
More
@endif
|
{{ $value['funding_year'] ?? '-' }} |
@php
$categories = $value['project_categories'] ?? [];
$displayLimit = 2;
@endphp
@foreach(array_slice($categories, 0, $displayLimit) as $category)
{{ $category['title'] }}
@endforeach
@if(count($categories) > $displayLimit)
More
@endif
|
| No data found | |||
Meet top crypto founders shaping Web3 innovation. Detailed profiles of visionary leaders from India and worldwide, covering achievements, startups, investments, journeys, and industry insights.
Explore verified crypto influencers & KOLs driving Web3 discussions. Find creators from India & globally, covering analysts, traders, educators, and industry voices with proven digital impact.
Browse curated listicles, unbiased reviews, and expert breakdowns of crypto trends, projects, tokens, tools & platforms. Trusted research covering India and global Web3 ecosystems.
{{ $card['description'] }}
@if(isset($allreview[$key]) && count($allreview[$key]) > 0) @foreach($allreview[$key] as $item) @endforeach @endif