π©·Taiko
Guide to Setting Up and Using Taiko Client from the Taiko-Mono Repository
Prerequisites
git clone https://github.com/taikoxyz/taiko-mono.git
cd taiko-mono/packages/taiko-clientInstallation
cd taiko-client yarn installRPC_URL=<Your Layer 1 RPC URL> L2_RPC_URL=<Your Layer 2 RPC URL> PRIVATE_KEY=<Your private key for submitting transactions>
Running the Client
Code Overview
Debugging
Last updated