Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 443 Bytes

ethvm-socket-server

Socket server which handles the backend for ethvm

Prerequisites

rethinkdb and redis server

set environment variables

#!/usr/bin/env bash export RETHINKDB_URL="rethinkdb://localhost:28015" export REDIS_URL="127.0.0.1:6379" export RPC_HOST="localhost" export RPC_PORT="8545"

Installation instructions

$ git clone https://github.com/enKryptIO/ethvm-socket-server
$ npm install  
$ npm run compose