Skip to content

Instantly share code, notes, and snippets.

View Clairooooo's full-sized avatar
🏴

clairoo Clairooooo

🏴
View GitHub Profile
@Clairooooo
Clairooooo / constants
Created October 15, 2025 09:35 — forked from adrianhajdin/constants
Build and Deploy a Web3 Crowdfunding Platform (Kickstarter) As Your First Blockchain Application
import { createCampaign, dashboard, logout, payment, profile, withdraw } from '../assets';
export const navlinks = [
{
name: 'dashboard',
imgUrl: dashboard,
link: '/',
},
{
name: 'campaign',