Skip to content

💵 Real time visualization of ₿itcoin transactions all over the world

License

Notifications You must be signed in to change notification settings

lucafalasco/cyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYT

⚠️ could be currently broken due to an issue with BlockCypher WS API

CYT is a real time visualization of Bitcoin, Litecoin, Dash and Dogecoin transactions all over the world.

Data is retrieved and sent to the application through the BlockCypher WebSocket API.

Transactions are represented by color-coded ripples, the bigger the ripple, the larger the amount of coins exchanged. Very large transactions are highlighted by a "gear-like" pattern.

Hovering / clicking on the ripple gives more information about the transaction.

The project is built with React and MobX. D3 is used for SVG manipulation and transitions.

Install dependencies:

yarn

Start development server:

yarn start

head to http://localhost:8000/ to see the app running

Build for production:

yarn build

Bundled files can be found in build/

Resources