ChainSafe / fvm-toolkit

FVM Development Toolkit
2 stars 1 forks source link

Compile an actor code to WASM in a ready-to-go bundle with metadata to deploy to the backend #2

Open boorich opened 1 year ago

boorich commented 1 year ago

Is your feature request related to a problem? Please describe. Please describe the problem you are trying to solve.

Describe the solution you'd like Please describe the desired behavior.

Describe alternatives you've considered Please describe alternative solutions or features you have considered.

LesnyRumcajs commented 1 year ago

Note on the metadata - we would like to avoid using hashes, CIDs and addresses during development as much as possible. Like in docker, every container has a hash but it also has a human-readable name.

Thus, each bundle would have:

The bundle will be packed into a tarball, ready to be ingested by the backend into the Actor Store.