Skip to content

proof-of-principle of a electronic market place that is immune to shutdown by governments, immune to lawyer-based attacks or other real-world threats. A marketplace with no central server bottleneck, no central point of trust, full self-organization and unbounded scalability.

License

Dim25/decentral-market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsukiji

Tsukiji is a decentralised market. Users can create bids and asks in a decentralised manner, similar to bittorrent. Without a central point of failure, it will prove more resistant to hostile takeover. Tsukiji is still a proof-of-concept in the early stages of development.

Tsukiji market is also the largest fish and seafood market in the world, located in Tokyo.

Running tests

nosetests --with-coverage --cover-branches --cover-package=tsukiji --cover-html --cover-erase --nocapture
  • --with-coverage Activate statement coverage
  • --cover-branches Activate branch coverage
  • --cover-package=tsukiji Cover only tsukiji
  • --cover-html Display coverage data in html files instead of printing. Files go in the cover/ directory.
  • --cover-erase Erase previous coverage data
  • --nocapture Do not capture stdout

About

proof-of-principle of a electronic market place that is immune to shutdown by governments, immune to lawyer-based attacks or other real-world threats. A marketplace with no central server bottleneck, no central point of trust, full self-organization and unbounded scalability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%