Skip to content

A PluGeth plugin for running the Ethereum Classic Protocol

Notifications You must be signed in to change notification settings

openrelayxyz/plugeth-network-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PluGeth Network Plugins

These plugins are designed to implement networks other than the ethereum mainnet and its test nets.

Please visit our flagship repository for general information about PluGeth.

Build and Deploy

Along with our general utility plugins, the plugins in this repository are built by first navigating to the root of the specific plugin and running:

go build -buildmode=plugin

This will produce a binary file, nameOfPlugin.so.

PluGeth will then look into a directory at path-to-ethereum-DataDir/plugins. If no such directory exists it will need to be made. Move the plugin binary into this directoy and start PluGeth as you would a typical go-etereum node.

Please contact us with any questions or ideas.