Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dfuse/explorer

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfuse/explorer

Common library for dfuse blockchain explorers

latest
npmnpm
Version
0.0.7
Version published
Maintainers
2
Created
Source

dexplore

common library for dfuse blockchain explorers

To develop locally, use yarn link:

  • clone this repo
  • yarn install
  • yarn build
  • Link the package to use in your explorer project
yarn link
  • Link react, since we need to use the same react instance or react will break
cd node_modules/react
yarn link
  • Link react-dom, since we need to use the same react-dom instance or react will break
cd ../../node_modules/react-dom
yarn link
  • Use the linked packages in your explorer
cd ../../../YOUR_EXPLORER
yarn link @dfuse/explorer
yarn link react
yarn link react-dom

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts