Skip to content

aparnakr/ethvm-socket-server

 
 

Repository files navigation

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

About

Socket server which handles the backend for ethvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.7%
  • JavaScript 17.3%