Uomi network
Official@uomi-network
Pioneering blockchain network enabling AI agents to operate autonomously through economic agency.
Agent Skills by Uomi network
Showing 8 vetted skills indexed across 1 GitHub repositories.
wasp-proxy
Run a Node.js server that calls on-chain Rust WASM logic via UomiWeb2ProxySdk.
wasp-deploy
Deploy compiled UOMI WASM agents to the UOMI network and mint them as NFTs.
wasp
Orchestrate the end-to-end UOMI WASM agent workflow from scaffolding to deployment.
wasp-agent
Implement and modify Rust logic for UOMI WASM agents.
wasp-call
Invoke a deployed UOMI agent on-chain by NFT ID and retrieve output.
wasp-dev
Launch and test a UOMI agent locally in development mode.
wasp-create
Scaffolds a WASP-based UOMI agent skeleton with prerequisite checks and template cloning.
wasp-debug
Diagnose and fix errors across the UOMI WASM agent stack.
Frequently Asked Questions About Uomi network
FAQPage SchemaWhat specific tasks can be performed using Uomi network?▼
Uomi network enables the creation, deployment, and execution of Rust-based WASM logic on a decentralized ledger. Users can scaffold project skeletons, test logic in local environments, mint executable entities as NFTs, and invoke these on-chain functions through a proxy interface to retrieve processed outputs.
Which technical personas are the target users for this network?▼
The network is designed for blockchain engineers and systems developers proficient in Rust and WASM. It targets developers building autonomous on-chain entities who require a structured environment for managing the lifecycle of decentralized logic, from initial code scaffolding to final network deployment and execution.
What are the prerequisites for deploying logic to the network?▼
Deployment requires a compiled WASM binary derived from Rust logic and an active connection to the Uomi network. Developers must utilize the provided scaffolding utilities to ensure environment compatibility and prerequisite checks are satisfied before minting the logic as an NFT on the ledger.