wowok_agent
Version:
Agent for WoWok: Unlock Co-Creation, Lighting Transaction, Empower Potential.
47 lines (33 loc) • 2.09 kB
Markdown
# WoWok for AI-Agent
Unlock Co-Creation, Lighten Transactions, Empower Potential
### WoWok
Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.
Github: [https://github.com/wowok-ai/wowok](https://github.com/wowok-ai/wowok)
Wowok Agent for AI: [https://github.com/wowok-ai/wowok_agent](https://github.com/wowok-ai/wowok_agent)
MCP Server: [https://github.com/wowok-ai/mcp_server](https://github.com/wowok-ai/mcp_server)
Standalone MCP Servers: [https://github.com/wowok-ai/mcpServers](https://github.com/wowok-ai/mcpServers)
Website: [https://wowok.net/](https://wowok.net/)
Docs: [https://github.com/wowok-ai/docs](https://github.com/wowok-ai/docs)
X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai)
### Installation
```
$ npm i wowok_agent@latest
```
The protocol address may change due to protocol upgrade. Please update the SDK to the latest version.
### Fetures
- *Operation account generation and management.*
- *Integrate queries and operations.*
- *Simplifies and supports JSON-driven operations.*
### Examples
#### [An airdrop collection system for different behaviors, allowing three collection mechanisms:](https://github.com/wowok-ai/examples/tree/main/airdrop)
* New users can claim 300 tokens
* Each user can claim 100 tokens per day
* After 10 claims, each user can claim 200 tokens per day
#### [A complete e-commerce system similar to Amazon:](https://github.com/wowok-ai/examples/tree/main/e-commerce)
* Pre-sales, after-sales, finance, express and other multi-role cooperation
* Encrypted personal information transfer and order management
* Support compensation and dispute voting arbitration
#### [How can social resources collaborate to meet an Iceland personalized travel dream](https://github.com/wowok-ai/examples/tree/main/travel)
* Service + Machine/Progress + Order + Permission + Treasury + Arbitration
* Multi-Services, and Travel's supply chain is integrated with the purchase of insurance on behalf of Travel
#### [See more examples...](https://github.com/wowok-ai/examples)