Skip to content

niftykit-inc/niftykit-magic

Repository files navigation

Sample App to demonstrate the use of magic.link with NiftyKit

Setup

yarn

Make sure you add the proper env variables (see packages/app/.env.local.exmaple)

NEXT_PUBLIC_APP_CHAIN_ID=80001
NEXT_PUBLIC_APP_NIFTYKIT_SDK_KEY=YOUR_SDK_KEY
NEXT_PUBLIC_APP_NIFTYKIT_API_KEY=YOUR_NIFTYKIT_API_KEY
NEXT_PUBLIC_APP_MAGIC_KEY=YOUR_MAGIC_KEY
NEXT_PUBLIC_NIFTYKIT_API=NIFTYKIT_API_URL

Run

yarn workspace app dev