Explorer for the PWR Chain. Inspect blocks, transactions, and addresses on the PWR Chain.
- Clone the repository:
git clone https://github.com/pwrlabs/PWR-Explorer
- Navigate to the project directory:
cd PWR-Explorer
- Install the dependencies:
npm i
- Copy the
example.env
file and create a new.env
file:cp example.env .env
main
: this is the production branch for the project, DO NOT PUSH TO THIS BRANCHdevelop
: the development branch for the project
Please always use git flow to create new branches and merge them into dev branch. The main branch is protected and can only be merged into by pull requests.
This project requires the following environment variables to be set in the .env
file:
NEXT_PUBLIC_FONTAWESOME_KEY
: key for Font AwesomeNEXT_PUBLIC_API_URL
: URL for the PWR Chain API
Please replace the placeholders in the .env
file with your actual values.
To run the project, use the following command: npm run dev