Urgent.News

What's breaking now, across thousands of outlets.

Tech

From a Synthetic AHP Event to a Real Base Sepolia Anchor

From a Synthetic AHP Event to a Real Base Sepolia Anchor Today we completed the first end-to-end blockchain anchoring test for MyZubster’s AHP traceability layer. The goal is to prove the integrity and timestamp of a circular-economy pilot event without placing personal or health data on-chain. What we implemented The MyZubster traceability service now supports: signed append-only events;…

MyZubster's blockchain anchoring test for its AHP traceability layer has successfully reached completion. The objective was to confirm the authenticity and timestamp of a circular-economy trial without incorporating personal or health data onto the blockchain. The team achieved this by implementing several key components.

The MyZubster traceability service now offers signed append-only events, pseudonymous identifiers for pilots and lots, MongoDB storage, SHA-256 event hashing, Merkle tree generation, Ed25519 signature verification, EVM anchoring through a calldata transaction, and verification of Base Sepolia receipts. During the inaugural test event, crucial data such as lot mass, pilot details, and timestamps were recorded, with no personal or health information included.

The event's real-world test was anchored on the Base Sepolia testnet, resulting in a confirmed block with a specific transaction address and Merkle root value. This transaction utilized a zero-value self-transfer containing the MyZubster anchor payload. While the blockchain ensured the integrity, ordering, and timestamp verification, it did not independently validate the accuracy of physical measurements or recycling activities. Additional operational evidence and independent verification are still necessary for those claims.

Moving forward, MyZubster plans to expand the pilot by incorporating supply and custody-transfer events, collection and transport records, treatment measurements, QR/NFC lot linking, Merkle inclusion-proof verification, and correction and dispute mechanisms. All of this will be coupled with public reporting that separates measured, verified, estimated, and unknown values.

This marks the first real blockchain anchor for MyZubster's AHP traceability workflow, with the ultimate goal of bridging the technical ledger to a controlled physical pilot for absorbent products and circular-material recovery.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

React Context Is Not State Management: Stop Using It

The Architectural Trap: Why React Context Isn't a State Manager In the modern React ecosystem, "prop drilling" is often cited as the ultimate developer productivity killer.

  • React Context is a dependency injection mechanism, not a state management tool.
  • Misusing Context with objects causes unnecessary re-renders throughout the component tree.
  • Split providers and use external stores for frequently changing data to improve performance.

More from Wednesday 9 September →