https://github.com/kryptocodes/reclaim-stackso
https://github.com/kryptocodes/reclaim-stackso
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/reclaim-stackso
- Owner: kryptocodes
- Created: 2024-08-14T11:25:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T14:57:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T14:38:39.797Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reclaim - Stack.so Demo
This is demo project for using Reclaim with Stack.so.
## Getting Started
### Prerequisites
Get your reclaim APP_ID and APP_SECRET from [Reclaim Protocol Devtool](https://dev.reclaimprotocol.org) and Stack.so API key from [Stack.so](https://stack.so/)
### Installation
1. Clone the repo
```sh
git clone https://github.com/kryptocodes/reclaim-stackso.git
```
2. Install NPM packages
```sh
npm install
```
3. Create a .env file in the root directory and add the following
```sh
cp .env.example .env
```
```sh
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID =
NEXT_PUBLIC_APP_ID =
NEXT_PUBLIC_APP_SECRET =
NEXT_PUBLIC_STACK_API_KEY =
```
4. Run the development server
```sh
npm run dev
```
5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.