noderun
CLI tool to automatically run blockchain nodes.
Blockchains supported:
- Filparty https://filparty.com
- Ethereum https://ethereum.org/en/
- Bitcoin
Software requirements
- Install go https://go.dev/
- For windows install make if it is not already installed => winget install GnuWin32.Make https://www.technewstoday.com/install-and-use-make-in-windows/
- For windows (and to run run Filparty or Ethereum nodes), install geth (download the .exe and install it)=> https://geth.ethereum.org/downloads/
- Install git
Operating systems
- Linux
- MacOs
- Windows
Build and install nodevm
(open command terminal and go where you want to run the code.(in windows as administrator))
git clone https://github.com/filparty/nodeevm.git
cd nodeevm
git pull
make init
make get
make install
run nodevm
nodevm
nodevm version
nodevm -v
nodevm help
nodevm -h
#Todo
- Run the scripts .sh .bat as service