Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement Nostr video creation and viewing #189

Closed
wants to merge 4 commits into from

Conversation

akintewe
Copy link
Contributor

  • Add Pinata API integration for video uploads
  • Implement createVideo hook with NIP-71 compliant tags
  • Create NostrVideo component for rendering videos in feed
  • Update Feed component to filter and display video content
  • Add option to view videos inline or redirect to ShortScreen

@@ -127,7 +127,8 @@
"viem": "2.x",
"wagmi": "^2.12.8",
"zustand": "^4.5.2",
"@stripe/stripe-react-native":"0.38.6"
"@stripe/stripe-react-native":"0.38.6",
"dotenv": "^16.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why used Dotenv here?

pnpm-lock.yamlapps/mobile/.env
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's add the pnpm.lock to the repo, and didn't correctly gitignore the .env

@MSghais MSghais closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants