Skip to content

Bitpickers-dev/LayerHorizon

Repository files navigation

Getting Started

First, run the development server:

npm run dev

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.

Run local API server

git clone https://github.com/Bitpickers-dev/LayerHorizon-server
cd LayerHorizon-server
python3 -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
vim .env # add ALCHEMY_KEY
python manage.py runserver --noreload

Design

https://www.figma.com/file/bNHEIZ5Z8OwUnLFTwiy13k/LayerHorizon

About

Visualize ethereum and second layer's block transition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published