Start by setting up the local environment variables.
cp .env.example .env.local
Edit .env.local to add the RPC URL
RPC_URL=your_rpc_url
Install Node Version 18 if you don't have it but stay within LTS.
Use yarn to download and install all your dependencies
yarn
To run locally
yarn dev
During development cycles you will need Optimism Sepolia ETH. There are two ways to obtain OP Sepolia ETH.
-
Faucet Head over to the Optimism faucets list and enter the address of the wallet you would like to fund.
-
Bridge If you already have Sepolia ETH you can use the Optimism Bridge. Connect you wallet, select the Sepolia testnet and the amount you would like to bridge.
If you'd like to contribute create a branch based on develop and make a PR to be merged in develop, commits should follow the Conventional Commits specification.