Fix URL to demo.gif

This commit is contained in:
Ivan Danyliuk 2018-04-09 02:41:42 +02:00 committed by Oskar Thorén
parent 02b7602b06
commit e3699c22dc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ WebGL 3D visualization platform for Whisper and peer-to-peer processes (message
![demo1](https://i.imgur.com/MZElq0K.png)
![Demo GIF](https://i.imgur.com/GAu4zte.gifv)
[Demo GIF](https://i.imgur.com/GAu4zte.gifv)
The core aspect of Status messaging layer is a peer-to-peer (p2p) network of Ethereum nodes and the Whisper messaging protocol. For developers it is crucial to understand how P2P overlay network and Whisper works and build intuition about it. However, P2P networks in general are among one of the most complicated topics to study.