Skip to content

diamondhands-dev/channel-explorer

Repository files navigation

web3-gateway

Lightning Channel Explorer

A SPA for lightning channel explorer
This is a Next.js project bootstrapped with create-next-app.

Environment

$ node -v
v16.13.9
$ yarn -vs
v1.22.10

Configuration

Set .env file

NEXT_PUBLIC_BACKEND_ENDPOINT="your endpoint"

How To Use

yarn
yarn dev

Translation

This project is using react-intl to handle localization. Please refer to src/modules/i18n/files/LANGUAGE.json file to add or edit sentences.

SEO

This project is using next-seo to handle SEO settings. Please refer to src/modules/seo/index.tsx file to add or edit sentences.

How To Contribute

When you push your branch to remote ones, please run yarn lint --fix to comply to the code convention.

When you add a new library, please make sure its license is not GPL. And please use -D for @types.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages