The Wayback Machine - https://web.archive.org/web/20220130045825/https://github.com/AElfProject/aelf-block-explorer
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AELF Block Explorer

Quick Start

Install node modules Dependencies

# install dependencies
$ yarn

Dependent projects

Local Development

  1. Modify the proxy config in build/proxy.json
    • there are several proxy configs, if you have started related projects such as aelf-block-api in local environment, this file doesn't need any changes
  2. Change the chain node URL in .env and side chain URLs in config/config.js
    • change the value of BUILD_ENDPOINT in file to the chain node URL you have
  3. Run the npm script start
    npm start 
    this script will start a webpack-dev-server and listen on port 3000, open http:0.0.0.0:3000 in your browser manually.

Production

For production, change the chain node URL in config/config.js and run:

npm run build

api rules

About

It is a Block Explorer and Analytics Platform for AElf.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages