Migration to v0.3.0

For Linux AMD Distributions

Download the tar.gz file:

curl -LO https://github.com/empe-io/empe-chain-releases/raw/master/v0.3.0/emped_v0.3.0_linux_amd64.tar.gz

Verify the checksum (change filename for ARM):

sha256sum emped_v0.3.0_linux_amd64.tar.gz

You should see the following:

2bfe1bc92b5d5e20e72bcc7a3b24661fb30d74a050a915e4c6eaeba9fe41811b  emped_v0.3.0_linux_amd64.tar.gz

Unpack the tar.gz file:

tar -xvf emped_v0.3.0_linux_amd64.tar.gz

Move the binary to your local bin directory:

mkdir -p ~/go/bin
sudo mv emped ~/go/bin

Install wasmvm library

Create a directory for the library

mkdir ~/.empe-chain/lib

Download the library to the directory

Add the library to the path

Check the version

You should see the following:

Setup cosmovisor

Create cosmovisor upgrade dir

Put binary in proper dir

Just to be sure check version (should be 0.3.0)

Add wasmvm path to cosmovisor service

Add the following line to the cosmovisor service file under the [Service] section. Remember to change user_path to your actual path

Restart the cosmovisor service

For Linux ARM Distribution

If (and only if) you're running ARM Linux, download this file instead:

Verify the checksum

You should see the following:

Unpack the tar.gz file:

Install wasmvm library

Create a directory for the library

Download the library to the directory

Add the library to the path

Check the version

You should see the following:

Last updated