-
Notifications
You must be signed in to change notification settings - Fork 13
Project structure
clifordsymack edited this page Jun 10, 2018
·
2 revisions
The project contain the next files:
- coin_shuffle.py - coinshuffle protocol implementation
- client.py - cashshuffle client. It implements a class to run coinshuffle protocol with cashshuffle server
- messages.py - cashshuffle messages object. It implement a class for makeing messages for cashshuffle protocol.
- coin.py - object for interacting with blockchain network
- crypto.py - object for cryptographic tasks
- phase.py - description for phases.
- commutator_thread.py - comminication layer. It implements an objects for interacting with server
- qt.py - it implements GUI for the electron-cash
- shuffle.py - it implements additional GUI elements for plugin
- servers.json - list of cashshuffle servers