Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

index.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

Plutos - Distributed financial processing

Plutos is a system that provides reliable storage and fast processing of financial transactions between accounts.

Virtually the system is an set of accounts that can send transfers to each other. Each account has a chain of transactions. Each transaction has these fields: sender, receiver, amount, current account balance, hash of previous transaction of the same account and some more. Also each account has chain of settings. Setting transactions keeps user public key, spending limits.

Technically the system consists of database (sqldb), light processing nodes (plutos) and api gates (plutoapi).

Beginning

API

Get to know more about internals

Tools

Testing