holaplex / holaplex/hub-uploads
Migrate to Uploads Endpoint
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Goal
All HUB services and tooling utilize https://api.holaplex.com/uploads for uploading file to web3.storage.
```[tasklist]
- [ ] https://github.com/holaplex/hub/pull/295
- [ ] https://github.com/holaplex/hub-cli/pull/10
```
## Requirements
```
curl -X POST http://localhost:3000/uploads -F 0.png=@./generative-assets/images/0.png
{"uri":"https://w3s.link/ipfs/bafybeih34n4n7pbmfyw7ze3zliavu3w2ih3k3jlmigwonmrxuzkrwbksla","cid":"bafybeih34n4n7pbmfyw7ze3zliavu3w2ih3k3jlmigwonmrxuzkrwbksla"}%
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.