Pagave Platform is a place where you can subscribe to certain categories which contains video content, and articles.
- User can connect their crypto wallet to the DApp.
- User must mint an NFT to get access to each category.
- User must subscribe to each category, by paying a reccurring monthly fees.
First, clone the repository: Then, install the required dependencies:
npm install
# or
yarn install
# or
pnpm install
Then, create .env file and set environmental variables Lastly, run the development server
npm run dev
# or
yarn dev
# or
pnpm dev