githubEdit

Installation

Receive tokens

Receive some Holesky testnet Ether

Taiko (Katla) is currently deployed on Holesky testnet. Check out faucetlink.toarrow-up-right for a list of Holesky ether faucets!

Receive some Katla testnet tokens

HORSE is a dummy testnet token we deployed on Taiko (Katla). You can see all deployed contracts herearrow-up-right. Navigate to the bridgearrow-up-right and click “Faucet” on the sidebar to receive some HORSE.

Install Node

Automatic Installation

source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/taiko)

Manual Installation

# Update the repositories
apt update && apt upgrade -y
sudo apt-get install git-all -y
# Install Docker
if ! [ -x "$(command -v docker)" ]; then
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker $USER
docker --version
else
echo $(docker --version)
fi

Check your node in dashbord - http://<your_ip>:4301/d/L2ExecutionEngine/l2-execution-engine-overview?orgId=1&refresh=10sarrow-up-right

Last updated