Skip to content

A Gemini Bitcoin Exchange clone built with Vue/Vuex with xstream for websocket stream and Go backend

Notifications You must be signed in to change notification settings

3cb/gemini_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemini_clone

A Gemini Bitcoin Exchange clone built on Vue/Vuex with xstream for websocket stream and Go backend. Compare to https://gemini.com/ (API Docs: https://docs.gemini.com/websocket-api/)

master branch connects to Gemini websocket API directly from browser (3 concurrent connections). go_stream branch multiplexes three websockets with Go and streams them to browser through one websocket connection. Note: go_stream branch will currently not work properly with multiple concurrent connections.

Build Setup

From static folder:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

About

A Gemini Bitcoin Exchange clone built with Vue/Vuex with xstream for websocket stream and Go backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published