Skip to content

eric-volz/sei-node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sei-node-docker

Setup

1. Create a folder for blockchain data

mkdir -p sei-data
chmod 777 sei-data

2. Set snapshot in docker-compose file. Go to Polkachu and copy the latest snapshot link. Copy the link into the environment variable in the docker-compose file.

URL  # Set snapshot URL: https://polkachu.com/tendermint_snapshots/sei

Run Node

docker-compose up -d --build

Update to node version

  1. Find the newest release on GitHub. For example: "v6.0.2"

  2. Update VERSION in docker-compose.yml file.

services:
  sei-node:
    container_name: sei-node
    build:
      context: .
      args:
        VERSION: v6.0.2  # Update the version
    ports:
      ...
  1. Rebuild and start the docker image.
docker-compose up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors