3 repositorios
Automated mechanisms for holding and releasing funds based on predefined conditions in peer-to-peer transactions.
Distinguishing note: Focuses on automated financial trust mechanisms rather than general database storage or management.
Explore 3 awesome GitHub repositories matching data & databases · Escrow Systems. Refine with filters or upvote what's useful.
This project is a high-level programming language and compiler toolchain designed for writing and deploying smart contracts on decentralized virtual machines. It provides a framework for creating self-executing code that operates within deterministic execution environments, ensuring that distributed nodes reach identical state transitions through stack-based machine execution. The language enables the development of complex decentralized logic by supporting state-machine-based contract structures and modular composition. It includes built-in capabilities for cryptographic signature verificati
Implements automated, trustless financial escrow logic for secure peer-to-peer asset transfers.
Bisq es un exchange de bitcoin descentralizado y mercado de criptomonedas peer-to-peer. Permite el intercambio de activos digitales por monedas nacionales u otros activos a través de un libro de órdenes descentralizado sin necesidad de una autoridad central, registro de usuario o verificación de identidad. El proyecto utiliza un sistema de depósito en garantía (escrow) multifirma no custodial para asegurar las operaciones, garantizando que los fondos se liberen solo cuando se cumplan las obligaciones comerciales. Para preservar el anonimato del usuario y ocultar direcciones IP, la red enruta el tráfico a través de una capa superpuesta enmascarada y utiliza cifrado de extremo a extremo para todas las comunicaciones entre pares. El sistema cubre la creación y aceptación de ofertas comerciales, la configuración de métodos de pago externos y un sistema de arbitraje humano descentralizado para resolver disputas comerciales.
Uses multi-signature escrow systems to hold funds securely during peer-to-peer transactions.
rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv
Implements automated systems for locking assets that are only released upon providing a specific cryptographic fulfillment.