ChainSafe / ChainSafe/fvm-toolkit
Actor Store
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This is a local actor store. Whatever is built and uploaded via the build tool will end up here with informative metadata. This way, we avoid using hashes, CIDs and addresses and may use human-readable names.
We can include the following:
- Release/debug WASM bundle
- Code (possibility to create a template out of it)
- Labels and other metadata
As an extra, we could potentially point to remote Actor stores to have some additional templates available.
**Technical scope**
Create Actor Store and commands to interact with it
- [ ] add
- [ ] remove
- [ ] template
- [ ] list
- [ ] modify
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.