Skip to content

glifio/explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c44dc2e · Dec 12, 2023
Oct 27, 2022
Oct 23, 2023
Oct 27, 2022
Feb 5, 2022
Oct 27, 2022
Feb 23, 2022
Feb 5, 2022
Oct 27, 2022
Feb 9, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Feb 5, 2022
Oct 27, 2022
Jun 29, 2022
Sep 5, 2022
Feb 5, 2022
Sep 1, 2022
Dec 12, 2023
Dec 12, 2023
Feb 5, 2022
Feb 18, 2022

Repository files navigation

Glif Explorer

The Glif Explorer is a Filecoin analytics UI built with Next.js

A huge thank you to the Lily team from Protocol Labs for building our high confidence dataset.

Filecoin module package local development

In order to develop packages locally and see the changes live in this local wallet repository, the npm link tool can be used to symlink to the packages in your local modules repo.

Package linking is a two-step process.

First, from your local package folder, run:

npm link

Next, from this main wallet repository, run:

npm link @glif/<package-name>

for example, use npm link @glif/react-components to symlink the react-components package to your local version. See the npm link docs for details.