/mintgpt

Primary LanguageTypeScript

Build Onchain Apps Toolkit demo site

Getting Started

Step 1: Obtain Wallet Connect Project ID from walletconnect.com and assign to the .env.local file

NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=ADD_WALLET_CONNECT_PROJECT_ID_HERE

Step 2: Install and Run your onchain app

# Install
yarn

# Run
yarn dev

Develop

To format and lint the package locally use these quick steps.

# Format fix
yarn format

# Lint fix
yarn lint