Coder Social home page Coder Social logo

escrow's Introduction

Escrow

An Escrow Contract for a crypto-fiat on-ramp & off-ramp P2P exchange.

Contract Logic

This contract logic centers around a simple escrow contract with a supply, receive, and withdraw functions to enable successful transactions which includes the deposition and withdrawal of funds by both traders and merchants.

The supply function recieves trader's transaction details in encoded bytes32 hashes through the frontend and is stored on-chain. In order for a merchant to receive a particular trader's funds, the same bytes32 hash - alongside other values(trader's address, transaction Id, amounts, and the traded token address)- must be passed to the function. Inside the receive function, the parameters are compared with the existing stored values on-chain to verify the supplied variables before the token values are transferred to the merchant.

The withdrawal function will also allow the trader to retrieve their funds incase of any defaults by the merchants.

This contract has no trustless mechanism as it is currently impossible to track real world fiat transactions on-chain. So it's expected to have a centralised fintech app built on it to pass these messages into it's database and reuse it for the retrieval of merchants funds. This would give the creators a choice to either self-fufill the fiat transactions automatedly or use a very efficient order-matching system.

Contributions

I would love any contribution to this as this is just a simple proof of concept!

escrow's People

Contributors

gbolahan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.