https://github.com/kickeddroid/injextism
Distributed Authenticated Computation
https://github.com/kickeddroid/injextism
Last synced: over 1 year ago
JSON representation
Distributed Authenticated Computation
- Host: GitHub
- URL: https://github.com/kickeddroid/injextism
- Owner: KickedDroid
- Created: 2024-07-15T04:58:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:57:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T01:34:49.471Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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