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

Add upload to IPFS on create #297

Merged
merged 7 commits into from
Mar 20, 2023
Merged

Add upload to IPFS on create #297

merged 7 commits into from
Mar 20, 2023

Conversation

0xcadams
Copy link
Member

Description

Added IPFS upload on creation of an asset, so no subsequent calls need to be made to upload to IPFS.

Related to livepeer/docs#355

Fixes https://linear.app/livepeer/issue/DX-104/add-upload-to-ipfs-in-usecreateasset

@0xcadams 0xcadams requested a review from a team as a code owner March 17, 2023 18:11
@linear
Copy link

linear bot commented Mar 17, 2023

@vercel
Copy link

vercel bot commented Mar 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
livepeerjs-with-next ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 6:41PM (UTC)
livepeerjs-with-next-13 ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 6:41PM (UTC)
livepeerjs-with-svelte ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 6:41PM (UTC)

@@ -15,6 +15,7 @@ import { publicProvider } from 'wagmi/providers/public';
const livepeerClient = createReactClient({
provider: studioProvider({
apiKey: process.env.NEXT_PUBLIC_STUDIO_API_KEY ?? '',
baseUrl: 'https://livepeer.monster/api',
Copy link
Member

Choose a reason for hiding this comment

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

@0xcadams Is this on a public documentation/example? If so, we should avoid directing users to use our staging environment which is internal only (especially cause we don't have any restrictions today like only allowing livepeer.org emails). Is it possible to use prod here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Those apps preceded by underscore are internal apps for developers, so no, it's not docs

@victorges
Copy link
Member

victorges commented Mar 22, 2023 via email

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.

None yet

2 participants