Skip to content

An example with a Next.js app on how to use Swapcard React SDK

Notifications You must be signed in to change notification settings

Swapcard-Corporation/react-sdk-nextjs-example

Repository files navigation

Swapcard SDK Nextjs example application

  1. Clone the repo
  2. Install dependencies
yarn install
  1. Setup config

Copy .env.example file and update values

cp .env.example .env
  1. Run the app
yarn dev