User:Seeker/Abundance Token/Ledger: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
m (GAIA auto-refinement)
m (GAIA auto-refinement)
Tag: Replaced
 
(415 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Live Ledger =
= Live Ledger =
''Synced: 2025-12-10 15:41:29''
''Synced: 2025-12-11 21:26:24''


== Status ==
== Status ==
* Blocks: 7
* Blocks: 1


== Raw Data ==
== Raw Data ==
Line 27: Line 27:
     },
     },
     "timestamp": 0
     "timestamp": 0
  },
  {
    "hash": "2807b2b728a8f059a67e30897a88e7f5",
    "parents": [
      "genesis_0000000000000000"
    ],
    "data": {
      "block_type": "QUEST",
      "task": null,
      "hours": null,
      "complexity": null,
      "proof": null,
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": "build wall module",
      "description": "Created via Web UI",
      "bounty": 60.0,
      "status": "OPEN",
      "verified": true
    },
    "timestamp": 1234567893
  },
  {
    "hash": "3ff196c267bb14e5369584428c492f28",
    "parents": [
      "2807b2b728a8f059a67e30897a88e7f5"
    ],
    "data": {
      "block_type": "MINT",
      "task": "Final System TestFinal System Test",
      "hours": 2.0,
      "complexity": 1.0,
      "proof": "http://example.com",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
  },
  {
    "hash": "0130186aca2ec859bd20b6d07a67f6ec",
    "parents": [
      "3ff196c267bb14e5369584428c492f28"
    ],
    "data": {
      "block_type": "QUEST",
      "task": null,
      "hours": null,
      "complexity": null,
      "proof": null,
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": "tuck in jackson",
      "description": "Created via Web UI",
      "bounty": 50.0,
      "status": "OPEN",
      "verified": true
    },
    "timestamp": 1234567893
  },
  {
    "hash": "230884701310018d7dce90df112570dc",
    "parents": [
      "0130186aca2ec859bd20b6d07a67f6ec"
    ],
    "data": {
      "block_type": "MINT",
      "task": "tuck in jackson",
      "hours": 2.0,
      "complexity": 1.0,
      "proof": "",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
  },
  {
    "hash": "bef386f60109cbbc6ff57f5599544faf",
    "parents": [
      "230884701310018d7dce90df112570dc"
    ],
    "data": {
      "block_type": "MINT",
      "task": "Fix Hydroponics Pump",
      "hours": 1.5,
      "complexity": 1.0,
      "proof": "http://localhost:8000/index.html",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
  },
  {
    "hash": "2f2824a5d594d2b50f52cbfe330e39dd",
    "parents": [
      "bef386f60109cbbc6ff57f5599544faf"
    ],
    "data": {
      "block_type": "MINT",
      "task": "Fix Hydroponics Pump",
      "hours": 1.0,
      "complexity": 1.0,
      "proof": "kj;bn",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 1234567891
   }
   }
]
]

Latest revision as of 03:26, 12 December 2025

Live Ledger

Synced: 2025-12-11 21:26:24

Status

  • Blocks: 1

Raw Data

[
  {
    "hash": "genesis_0000000000000000",
    "parents": [],
    "data": {
      "block_type": "GENESIS",
      "task": "Genesis Block",
      "hours": null,
      "complexity": null,
      "proof": "In the beginning...",
      "sender": null,
      "receiver": null,
      "amount": null,
      "title": null,
      "description": null,
      "bounty": null,
      "status": null,
      "verified": true
    },
    "timestamp": 0
  }
]