Open
Description
Problem
As a web console user, I don't want to build my requirements as a squashfs file locally, before being able to upload it through the Aleph Cloud Console.
Solution
An Aleph VM as a FastAPI app that:
- Accepts a user input:
- A list of Python requirements
- Or a package.json for Node.js projects
- Builds a requirements squashfs file and uploads it to IPFS
- Posts an Aleph message with the build logs
- Returns the IPFS hash and the Aleph message hash to the user