You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an API endpoint that receives the publication data and upload the pertinent images/metadata to ipfs and returns the hash. This endpoint should have some kind of security layer to secure the ipfs node:
- Ask for a JWT token from lens API
- Validate that the token is correct with the verify function
- Validate that the wallet is not doing more than X transactions in Y timelapse (we should set this as env variables)