provides metadata for chains
Go to file
ligi 78c6e74dfb Squashed 'website/' content from commit 363240a
git-subtree-dir: website
git-subtree-split: 363240aff0185a5593cb828a19cd6dfaceb8bc6c
2023-01-17 16:07:59 +01:00
.github/workflows Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
scripts Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
src Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
.gitignore Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
gatsby-config.js Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
gatsby-node.ts Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
LICENSE Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
package.json Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
README.md Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
tsconfig.json Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00
yarn.lock Squashed 'website/' content from commit 363240a 2023-01-17 16:07:59 +01:00

Chainlist

A list of EVM-based chains that also allows you to add chains to your favorite Web3 wallet. An alternative to the closing chainlist.org.

Uses the data from https://github.com/ethereum-lists/chains

Getting Started

Development

To start a development server, run the following command

yarn run start

The server will be accessible on localhost:8000.

Production

To build a static version of the site for production, run the following command

yarn run build

Contributions

Contributions are very welcome! Feel free to open issues and PRs for missing features or potential bugs!

License

This project is MIT licensed.