livepeer / explorer

https://explorer.livepeer.org
9 stars 9 forks source link

Livepeer Explorer

Getting started

  1. Rename .env.example to .env
  2. Install it and run:
yarn
yarn dev

Developing on Arbitrum Rinkeby

Set NEXT_PUBLIC_NETWORK to ARBITRUM_RINKEBY inside .env

Testing LIPs

In order to test LIPs, you will need to set the NEXT_PUBLIC_GITHUB_LIP_NAMESPACE variable to your Github username and fork the LIPs repo. This can then be used to test LIPs locally.