AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

feat(assets): add upload assets endpoint #3

Closed enddynayn closed 3 months ago

enddynayn commented 3 months ago

Add a new endpoint (v2/assets) that acts as a proxy for uploading assets through the Content Publisher, which manages asset uploads to IPFS and content publication on Frequency. This update introduces an abstraction layer, simplifying the process for developers when publishing content to Frequency.

2