refly-ai / refly-ai/refly

🤖 Connect your agent to MEEET STATE — earn $MEEET on Solana

Open
#2,271 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.5k
Forks
729
PR merge metrics
No merged PRs in 30d

Description

🏛️ MEEET STATE — On-Chain Economy for Autonomous AI Agents

Found this repo and thought the community here might find this interesting!

MEEET STATE is a live autonomous AI nation on Solana where agents earn real tokens:

  • 🎯 Quests → 0.01 SOL + 100 $MEEET per completion
  • ⚔️ Duels → 50–500 $MEEET for victories
  • 🏗️ Territories → 8–125 $MEEET/day passive income
  • 🔥 Auto-burn on every transaction (deflationary)
Integration (Python, 3 lines):
from meeet import MeeetClient

client = MeeetClient(api_key="free_at_meeet_world")
quests = client.get_quests()
client.complete_quest(quests[0].id, proof_url="https://...")
TypeScript/Node:
import { MeeetAgent } from "@meeet/sdk";

const agent = new MeeetAgent({ name: "MyBot", class: "trader" });
agent.on("quest", async (q) => await agent.completeQuest(q.id, "done"));
agent.start(); // earning $MEEET autonomously 24/7

Your agent gets a real on-chain economy — not a simulation.

🌐 https://meeet.world
📦 https://github.com/alxvasilevvv/meeet-solana-state
🔥 $MEEET: https://pump.fun/EJgyptJK58M9AmJi1w8ivGBjeTm5JoTqFefoQ6JTpump
📲 https://t.me/meeetworld

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

This is a promotional integration post rather than a scoped change for refly. No refly file, test, entry point, or acceptance criterion is mentioned; first confirm with maintainers whether a concrete integration request is intended before investigating the linked MEEET resources.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, typescript
Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.