All Projects → bitcoin-vr → bitcoin-vr

bitcoin-vr / bitcoin-vr

Licence: other
An experiment to build a realtime VR visualization of Bitcoin transactions on the blockchain

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to bitcoin-vr

ezyfox-server-flutter-client
a flutter socket client sdk for ezyfox-server
Stars: ✭ 44 (-33.33%)
Mutual labels:  socket
ChatRoom
🎉简易Cli聊天室 - Python Socket实现
Stars: ✭ 153 (+131.82%)
Mutual labels:  socket
xmpp-php
PHP client library for XMPP (Jabber) protocol
Stars: ✭ 33 (-50%)
Mutual labels:  socket
missive
Fast, lightweight library for encoding and decoding JSON messages over streams.
Stars: ✭ 16 (-75.76%)
Mutual labels:  socket
IQFeed.CSharpApiClient
IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
Stars: ✭ 103 (+56.06%)
Mutual labels:  socket
minilib
MiniLib Pascal/Delphi library
Stars: ✭ 49 (-25.76%)
Mutual labels:  socket
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+586.36%)
Mutual labels:  blockchain-explorer
RxSocketClient
🚀Reactive Socket APIs for Android, Java and Kotlin, powered by RxJava2
Stars: ✭ 46 (-30.3%)
Mutual labels:  socket
ClusterWS-Client-Swift
☄️ Swift Client for ClusterWS - lightweight, fast and powerful framework for building scalable WebSockets applications in Node.js.
Stars: ✭ 20 (-69.7%)
Mutual labels:  socket
redparty
Host Youtube watch party with friends. Sync videos and chat in real-time
Stars: ✭ 70 (+6.06%)
Mutual labels:  socket
socket.io-react
A High-Order component to connect React and Socket.io easily
Stars: ✭ 67 (+1.52%)
Mutual labels:  socket
go-eventserver
A socket server which reads events from an event source and forwards them to the user clients when appropriate
Stars: ✭ 18 (-72.73%)
Mutual labels:  socket
aioudp
Asyncio UDP server
Stars: ✭ 21 (-68.18%)
Mutual labels:  socket
binance-watch
This application connects to the Binance.com public API to get live 24h price change data for all crypto trading pairs on their platform and allows you to set custom alerts or watch for price change in real time and get desktop notifications when something triggers your alerts or price watch settings.
Stars: ✭ 176 (+166.67%)
Mutual labels:  socket
AndroidNetMonitor
This project aims to collect and analyze traffic information of Android.(采集手机发送和接收的报文简要信息,并且根据socket记录每个报文对应哪个手机app)
Stars: ✭ 25 (-62.12%)
Mutual labels:  socket
elixir ranch
A guide on how to use Ranch with Elixir
Stars: ✭ 37 (-43.94%)
Mutual labels:  socket
Server
The whir.io chat server.
Stars: ✭ 15 (-77.27%)
Mutual labels:  socket
linux-inspect
linux-inspect implements various Linux inspecting utilities.
Stars: ✭ 32 (-51.52%)
Mutual labels:  socket
socketio
No description or website provided.
Stars: ✭ 23 (-65.15%)
Mutual labels:  socket
How-to-Deconstruct-Ping-with-C-and-NodeJS
🙈 Simple examples that show how to work with binary headers in C and NodeJS
Stars: ✭ 51 (-22.73%)
Mutual labels:  socket

Introduction

Bitcoin-VR experimental project to use Facebook's React-VR Library to visualize Bitcoin (Core) transactions in real time. This is an open source project and all contributions are welcome.

EDIT: Wow! We made the front page of HackerNews! Hi everyone!

preview_image

How did you build this?

Bitcoin-VR is built using ReactVR, which allows you to build VR apps using only javascript and declarative components. We use Blockchain.info's websocket API for the transaction stream, and Redux for state management.

We might refactor/write tests at a later date, but code quality is generally quite hacky. We also used this project to learn React/Redux so please help us find ways to improve!

I'd like to contribute

Waffle

We use Waffle to manage our open issues. As of Dec 2017 there are quite a lot of implementation/performance bugs due to the large number of bitcoin transactions.

https://waffle.io/bitcoin-vr/bitcoin-vr

Lessons learnt from working with React VR

ReactVR is a very new library! We've tried to document down some of its quirks along the way.

  1. Learning ReactVR
  2. Reading List for ReactVR Deployment
  3. Deploying Bitcoin-VR on Github Pages

Git Repository Structure

Due to ReactVR's deployment, we use two repositories to track Bitcoin VR.

  1. Bitcoin-VR (this repository) holds the project's working tree. This .gitignores the vr/build folder that holds the compiled production build. Please issue all Pull Requests in this repo.

  2. Production repo tracks the compiled production build that is hosted on Github pages.

For more information on this, please read the "Publishing Your Project" in the official ReactVR documentation.

Special Thanks

This project was incubated in Fullstack Academy. Special thanks to Gabriel Lebec, Geoff Bass and Jeff Kandel for their help in this project!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].