8000 GitHub - bazidev/cryptocurrency-exchange: This simple test demonstrate a cryptocurrency bank that allow customers to sell and buy cryptocurrencies, where price is defined using Metcalfes's Law.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This simple test demonstrate a cryptocurrency bank that allow customers to sell and buy cryptocurrencies, where price is defined using Metcalfes's Law.

Notifications You must be signed in to change notification settings

bazidev/cryptocurrency-exchange

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Cryptocurrency Exchange Test

A cryptocurrency exchange is a business that allows customers to trade cryptocurrencies.

This simple test demonstrate a cryptocurrency bank that allow customers to sell and buy cryptocurrencies without any fees.

  • The cryptocurrency bank support a list of cryptocurrencies
  • The cryptocurrency bank have a list of customers that are selling The cryptocurrencies
  • The cryptocurrency price calculation is based on the Metcalfes's Law.
  • The cryptocurrency price = n^2-n where n is the number of customer that are buying the cryptocurrency.

About

This simple test demonstrate a cryptocurrency bank that allow customers to sell and buy cryptocurrencies, where price is defined using Metcalfes's Law.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0