Skip to content

Latest commit

 

History

283 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make sure to clone the blockchain-analysis-backend git repository and run the backend service with docker compose up

Overview

This is the frontend website built in Next.js for the analysis backend. This supports all the analysis modules along with

Building and Testing

Installation

cd frontend
npm install

Build in Debug Mode

Set environment variables to your backend endpoint

cd frontend
export NEXT_PUBLIC_GRAPHQL_ENDPOINT=http://localhost:3000/graphql/
export NEXT_PUBLIC_GRAPHQL_WS_ENDPOINT=ws://localhost:3000/graphql
npm run dev

Build in Production Mode

cd frontend
npm run build
export NEXT_PUBLIC_GRAPHQL_ENDPOINT=<production_graphql_http>
export NEXT_PUBLIC_GRAPHQL_WS_ENDPOINT=<production_graphql_websocket>
npm run start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages