runziggurat / ziggurat-viz

The Ziggurat Visualizations.
https://app.runziggurat.com
1 stars 0 forks source link

Ziggurat Visualizations

Visualizations module of the Ziggurat project.

zcashd zebra rippled zcash crawler xrpl crawler

This repository contains the source code for the visualizations of the Ziggurat project. These visualizations include Ziggurat test results, WebGL-based force and geo graphs, and crawler report visualizations.

Currently, the following network visualizations are available. Please refer to the respective repositories for more information.

Contributing

Contributions are welcome. Open an issue for any query or suggestion and we will take it from there. For more information, please refer to the contribution guidelines of the Ziggurat project.

Development

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install dependencies:

yarn

Note: We recommend using yarn v1 for consistency.

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing any page in pages/ directory. The page auto-updates as you edit the file.

Note: Data fetching methods like getStaticProps are run each time a page is refreshed in development mode. So pages may feel slow. This is not the case in production mode.

Build

To build the app for production, run:

yarn build

This can be used to simulate production environment. Use the following command to start the app in production mode after building:

yarn start

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.