A testnet that restarts every Wednesday launched from tezos/tezos master branch. It runs Oxford for 4 cycles then upgrades to proto Alpha.

   
Public RPC endpoints https://rpc.weeklynet-2024-04-24.teztnets.com
Faucet Weeklynet faucet
Full network name TEZOS-WEEKLYNET-2024-04-24T00:00:00.000Z
Tezos docker build tezos/tezos:master_7bf22285_20240423181434
Activated on 2024-04-24T00:00:00.000Z

Install the software

⚠️ If you already have an existing Tezos installation, do not forget to backup and delete your ~/.tezos-node and ~/.tezos-client.

Alternative: Use docker

To join Weeklynet with docker, open a shell in the container:

docker run -it --entrypoint=/bin/sh tezos/tezos:master_7bf22285_20240423181434

Alternative: Build the software

⚠️ If this is your first time installing Tezos, you may need to install a few dependencies.

cd
git clone git@gitlab.com:tezos/tezos.git
cd tezos
git checkout 7bf22285
opam init # if this is your first time using OPAM
make build-deps
eval $(opam env)
make
export PATH=$HOME/tezos:$PATH

Join the Weeklynet network

Run the following commands:

octez-node config init --network https://teztnets.com/weeklynet-2024-04-24

octez-node run --rpc-addr 127.0.0.1:8732

Ethereum Virtual Machine Rollup

This network is running a bleeding-edge EVM Rollup from the most recent kernel code in the Octez repository.

This is not to be confused with Etherlink which currently runs on Ghostnet.

For Etherlink test network, go here.

   
EVM RPC URL https://evm.weeklynet-2024-04-24.teztnets.com
Bare Rollup RPC URL https://evm-rollup-node.weeklynet-2024-04-24.teztnets.com

Data Availability Layer

This network is running Data Availability Layer nodes.

The DAL nodes are accessible with the following endpoints:

  RPC P2P Endpoint
DAL Bootstrap Link dal.weeklynet-2024-04-24.teztnets.com:11732
DAL Teztnets Attester Link dal1.weeklynet-2024-04-24.teztnets.com:11732

For more info, read this blog post from Nomadic Labs.