This is demo project for using Reclaim with Stack.so.
Get your reclaim APP_ID and APP_SECRET from Reclaim Protocol Devtool and Stack.so API key from Stack.so
- Clone the repo
git clone https://github.com/kryptocodes/reclaim-stackso.git
- Install NPM packages
npm install
- Create a .env file in the root directory and add the following
cp .env.example .env
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID = <WALLET_CONNECT_PROJECT_ID> NEXT_PUBLIC_APP_ID = <APP_ID> NEXT_PUBLIC_APP_SECRET = <APP_SECRET> NEXT_PUBLIC_STACK_API_KEY = <STACK_API_KEY>
- Run the development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.