You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Artem 1924e42975
Merge pull request #284 from ArtemKolodko/add_undelegation_info
11 months ago
public Add gtm config 1 year ago
scripts Feature/bridged token indicator (#138) 3 years ago
src Add undelegation info 11 months ago
.dockerignore 1.01 3 years ago
.env update .env - remove shard 2 and 3 1 year ago
.env.devnet Update REACT_APP_VERIFICATION_SERVICE_URL in .env.* 1 year ago
.env.example Update REACT_APP_VERIFICATION_SERVICE_URL in .env.* 1 year ago
.env.testnet Update REACT_APP_VERIFICATION_SERVICE_URL in .env.* 1 year ago
.gitignore Add firebase folder to .gitignore 2 years ago
.nvmrc Bump nodejs version 16.13.0; remove package.lock (#101) 3 years ago
CONTRIBUTING.md Update readme.md, create contributing.md (#129) 3 years ago
Dockerfile Bump nodejs version 16.13.0; remove package.lock (#101) 3 years ago
README.md Update readme.md, create contributing.md (#129) 3 years ago
netlify.toml add netlify redirect 3 years ago
package.json Add DC Ens contract support 2 years ago
tsconfig.json 1.01 3 years ago

README.md

Harmony Explorer frontend

Requirements

Node.js 16.13.2 LTS

Download and install Node.js from the official website: https://nodejs.org/

yarn 1.22.17

npm install --global yarn

Dev Environment

First Install

  1. Clone repo:
git clone https://github.com/harmony-one/explorer-v2-frontend.git
  1. Install dependencies:
cd explorer-v2-frontend
yarn install
  1. Run project:
yarn start
  1. Open app page http://localhost:3000/

Configuring app

  1. Create a new file: .env.local
  2. Copy env variables from .env.example to newly created file .env.local
  3. Setup custom env variables values and restart the app

Build

To create production build run command:

yarn build