Giter VIP home page Giter VIP logo

confiel-core's Introduction

conFIEL_core_og

conFIEL Core

conFIEL core is an SDK used to generate KYC-payments peer-to-peer escrow-based payments using the XRP Ledger network. By leveraging escrowCreate, a payment can have a custom condition to ensure payment for an item is only released after the payment has been made or the expiration time has passed, given enough time for resolution in case of payment disputes.

Note: The current version of conFIEL core relies on Payment transfers with Memo fields for debugging purposes

image

conFIEL ID

KYC-ready payments require a wallet derived from a .cer stamped by a CA, and generated by it's self-custodied RSA 2048 private keypair. The key is managed via a PWA called conFIEL ID (see https://app.confiel.id) which is able to generate the wallet based on this information. conFIEL ID uses RSASSA-PKCS1-v1_5 signatures over a pbkdf2 unique secret string to generate a BIP39 seed phrase for our wallet, to avoid using only the RSA private key as a source of entropy.

Development

Install dependencies:

npm install

Run development server:

npm run dev

Payment order form page

conFIEL core works mostly by connecting the signatures of buyers and sellers and settle down the escrows. To show this process, we have set up a Payment Order proof-of-concept to showcase how conFIEL ID would scan these payments from a buyer.

image

Once a payment order has been scanned by a conFIEL ID instance, conFIEL ID will notify the user a payment order has been requested. This will allow the connection between the payment order and the user of the wallet looking to execute a transaction.

image

confiel-core's People

Contributors

0xjjpa avatar

Watchers

 avatar

confiel-core's Issues

Payment indexer

Background

Right now, after a payment has been executed, it's not easy to see it available in the core section of the application, nor to confirm it has been completed.

Introduction

Once a payment has been completed, we should be able to provide enough information to the seller to notify when it has been completed by the buyer.

Task Description

  • Add a Pusher channel able to subscribe to payment messages, which will listen to the payment workflow.
  • Once a payment has been detected, display it in the UI to notify the use it has been executed properly.

Additional notes

Let's reuse our PaymentOrder types and ensure it's available cross-projects, or at least ensure they are the same to avoid typing issues.

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.