Run
Binary
Single node
$ devchain node init --home $HOME/.devchain$ mkdir -p $HOME/.devchain/eni/lib
$ cd $HOME/.devchain/eni
# Get the lib file. For centos 7 the file name is libeni-1.3.4_centos-7.tgz
$ wget https://github.com/second-state/libeni/releases/download/v1.3.4/libeni-1.3.4_ubuntu-16.04.tgz
$ tar zxvf *.tgz
$ cp libeni-1.3.4/lib/* lib
# For convenience, you should also put these two lines in your .bashrc or .zshrc
export ENI_LIBRARY_PATH=$HOME/.devchain/eni/lib
export LD_LIBRARY_PATH=$HOME/.devchain/eni/libMultiple nodes
Docker
Single node
Multiple nodes
Last updated
Was this helpful?