
# 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)   
Website: [https://wowok.net/](https://wowok.net/)   
Docs: [https://github.com/wowok-ai/wowok/wiki](https://github.com/wowok-ai/wowok/wiki)   
X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai)


### Installation

```
$ npm i wowok@latest
```
The protocol address may change due to protocol upgrade. Please update the SDK to the latest version.

### 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)
  
