An open API service indexing awesome lists of open source software.

https://github.com/kickeddroid/injextism

Distributed Authenticated Computation
https://github.com/kickeddroid/injextism

Last synced: over 1 year ago
JSON representation

Distributed Authenticated Computation

Awesome Lists containing this project

README

          

# Injextism

This repository demonstrates a distributed computing setup using UCANs (User Controller Authenticated Networks) and Extism WASM modules. Followers in the network request and execute a WASM binary upon receiving the appropriate command from the master node. This is strictly for experimetnal purposes and learning.

Features
- Master-Follower Architecture: A master node sends commands to follower nodes.
- UCAN Authorization: Secure command communication using UCAN tokens.
- Extism WASM Execution: Followers fetch and execute WASM binaries.
- Delegated Masters