Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 629 Bytes

File metadata and controls

13 lines (10 loc) · 629 Bytes

Decentralized E-Wallet System

dE-Wallet is an electronic wallet system made using a decentralized platform. Contrary to most of blockchain-based wallet implementation, dE-Wallet doesn't have any intention to create its own coin and instead use IDR.

Blockchain is used as a foundation for the decentralized platform. Currently the system use two implementation of blockchain:

  • Stellar is used to track the transaction of each account
  • Hyperledger is used to associate the public key of stellar account with an identity.

This repository is split into multiple git sub-modules. TODO: explanation of each sub-modules