Moonbeam is a re-creation of the "Latest Blocks" panel on the Moonbeam Subscan home page.
Data is provided by this GraphQL endpoint.
👀 You can clone this repo using the instructions below, or view this prototype re-creation on CodeSandbox.
Follow the steps below to deploy this app:
-
Clone this repo.
git clone https://github.com/amh22/moonbeam.git
-
Change into the new directory.
Navigate into the new project’s directory.
cd moonbeam/
-
Install dependencies.
Install the project’s dependencies.
npm install
-
Run the app.
npm run dev
Your site is now running at http://localhost:3000