Skip to content

RadicalxChange/pco-art-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCO Art App

Getting Started

pnpm install

Environment Variables

cp .env.example .env

Add WalletConnect Project ID

NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=

Add the API key of the RPC node provider in .env

NEXT_PUBLIC_ALCHEMY_API_KEY=

or

NEXT_PUBLIC_INFURA_API_KEY=

Development

pnpm dev

Build

pnpm build