Skip to content

Incede/0trust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ZeroTrust

0trust is a pure (completely on-chain) decentralized exchange to trade EOS based assets.

It has a efficient order matching algorithm which runs completely on-chain so the users can be sure that there is no manipulation happening with their orders.

Balanced Binary Trees are used for fast and low fees order matching.

The matching happens on a price-time based priority.

The code is completely open-source so everyone can verify the authenticity of it.

v1.1

v1.1 has the following features.

  1. Deposit EOS or any token based on the eosio.token code
  2. Withdraw EOS or token
  3. Place a buy or sell order for any token with base price in EOS
  4. Match Order automatically against the best available price
  5. Remove a previously placed order
  6. View buy & sell order book

Potential features

  1. Historical Orders - Keep if funds are sufficient or delete
  2. Charge fees, send it to admin
  3. Set whitelist
  4. Allow base_token_contract to other tokens than EOS

About

Decentralized Trading Exchange on EOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages