English | 简体中文
quorum-maker-nodemanager
This project is forked from quorum-maker-nodemanager. I modify the node absolute path and the program absolute path as running param.
Getting Started
Clone the repo:
git clone https://github.com/huangruzhe/quorum-maker-nodemanager
cd quorum-maker-nodemanager
Install the package :
go get github.com/huangruzhe/quorum-maker-nodemanager/
Start:
method1: simple run this "go run main.go {nodeUrl} {listenPort} {nodePath} {programPath}"
method2: Use IDE golang and edit configurations "Program arguments"
expresion param
nodeUrl: The node request http address
listenPort: The program running port
nodePath: The node directory path
programPath: The program directory path