Skip to content

Hoanghienvi/Zora-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Zora-Node

sudo apt-get update && sudo apt-get upgrade -y

Install the essential libraries:

sudo apt install curl build-essential git screen jq pkg-config libssl-dev libclang-dev ca-certificates gnupg lsb-release -y

Let’s install Docker now. This will Add Docker's Official GPG Key :

sudo install -m 0755 -d /etc/apt/keyrings

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg sudo chmod a+r /etc/apt/keyrings/docker.gpg

Add the repository to Apt sources :

echo
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" |
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

sudo apt-get update

Let’s install the dependencies :

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y

Press Y and Enter if required

Clone the Conduit Github repository.

git clone https://github.com/Hoanghienvi/node_zora.git

cd node_zora

./download-config.py zora-mainnet-0

export CONDUIT_NETWORK=zora-mainnet-0

cp .env.example .env

nano .env

Login web Alchemy get API:

image image image image image

Edit file config: nano .env

"Replace http://11rpc" with your Alchemy Account API key (HTTPS)

image

Close the file by pressing CTRL + X . You’ll be asked if you want to save the file, press Y and hit Enter.

Start a screen session with :

screen -S log

docker compose up --build

Your Node Is Up and Running. You can detach from the screen by pressing CTRL + A + D

Check Log:

screen -r log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published