Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Today we’re releasing the $XNT SDK (Node.js). This is the world’s first zk-STARK based Software Development Kit. This is a core milestone for building private, non-custodial applications on XNT. The XNT SDK provides the core tools needed to build applications that interact with the network without custody. This includes...

16,560 Aufrufe • vor 7 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

TL;DR - Privacy on public blockchains has historically been fragmented and episodic. Umbra introduces persistent, expressive privacy by default. - Umbra is a private financial layer on Solana, enabling private transfers, swaps, balances, and yield within a continuous shielded environment. - Umbra combines client-side zero-knowledge proofs for anonymity with MPC for confidentiality - MPC enables confidential balances via Encrypted Token Accounts (ETAs), hiding balances and transfer amounts - Privacy strength depends not only on cryptography, but on anonymity set size and user behavior. - Umbra treats anonymity sets as a first-class metric and designs the product to minimize behavioral privacy failures. - A multi-purpose shielded pool allows funds to remain private across transfers, swaps, and yield, compounding privacy over time. - The Umbra SDK allows wallets and applications to integrate private transfers, swaps, and balances, feeding activity into a shared shielded pool. - Swaps execute via public liquidity venues while identity, balances, and intent remain unlinkable. - Users can earn yield on shielded assets, incentivizing longer time in the private environment. - Umbra mitigates exit-related privacy risks through product design, including anonymity indicators, configurable unshielding delays, and confidential balances. - UTXO-based shielded systems suffer from performance decay as balances fragment into many notes over time, increasing scan and aggregation costs. - Umbra eliminates this bottleneck by consolidating balances into Encrypted Token Accounts (ETAs), using UTXOs only at the anonymity boundary. The result is encrypted balances with stable, high-performance transfers even as activity scales. - Compliance is addressed through proactive screening against risk databases and opt-in selective disclosure via read-only viewing keys. - Umbra was launched via MetaDAO as an ownership coin, with governance and economic policy determined by token holders through futarchy. - Umbra is not a mixer or a single feature, but a sovereign privacy domain with its own private state and internal economy. - Umbra is Hopecore for Privacy. Thank you all for reading!

milian

13,772 Aufrufe • vor 7 Monaten

For almost a year, I have been building a simpler and more dependable way for applications to respond to activity on Cardano. Today, I am incredibly proud to release OgmiosDotnet.BlockchainEvents v1.0.0. BlockchainEvents is an open source transaction filtering, pub sub and event delivery layer for Cardano. It connects to Ogmios, evaluates every transaction against completely customisable rules, and emits only the activity an application has chosen to receive as standard CloudEvents. The rule engine can be shaped around almost any requirement. An application or applications can listen for activity involving a particular address, asset, policy, smart contract, governance action, treasury withdrawal, metadata value or DEX transaction. Builders can also create entirely new rules around their own domain logic. A project can operate one BlockchainEvents instance and allow many different applications to subscribe to the specific Cardano events they care about. A wallet could subscribe to address activity. A governance platform could subscribe to proposals and votes. A DEX service could subscribe to swaps involving selected assets or contracts. The blockchain connection, transaction processing and event infrastructure are shared, while each application receives its own relevant stream of events. This can remove considerable duplication across a project, reduce infrastructure costs and give development teams one dependable event layer to build around. Consumers can be as simple as an HTTP endpoint. When a transaction satisfies a rule, BlockchainEvents transforms it into a CloudEvent and automatically posts it to the subscribed application. Events can also be consumed through gRPC and server sent events. This allows applications to use Cardano data exposed through Ogmios without installing an Ogmios SDK, tracking a particular SDK version, maintaining their own WebSocket connection or implementing the chain sync protocol themselves. Delivery is backed by a durable queue. When a consumer becomes unavailable, its events remain waiting. Once the application returns, delivery resumes automatically. Applications can restart, deploy or experience a temporary outage without immediately losing the Cardano activity produced while they were offline. It is also extremely fast. During a full local Docker stress test, the pipeline processed more than 1,100 transactions per second through the rule engine, CloudEvents transformation, pub sub and durable queue, with approximately one millisecond p99 processing latency and zero failed emissions. The entire stack can be deployed through Docker across cloud providers, infrastructure providers and self hosted environments, while the underlying queue and delivery architecture remains abstracted from the applications using it. This project was funded through Catalyst Fund 14 after receiving 197 million ADA in yes votes across 420 votes cast. I am deeply grateful to everybody who voted for the proposal, followed the development, tested the releases, shared feedback or supported both me and this project over the past year. A great deal of work has gone into reaching this point, and I am genuinely excited to see what Cardano builders create with it. Further technical details, reliability results and the Minswap implementation are included below. Repository: Release: The possibilities from here are endless, this brings industry standard event driven architecture right to Cardano.

Dave

33,387 Aufrufe • vor 29 Tagen