https://github.com/frederikbolding/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
https://github.com/frederikbolding/chainlist
hacktoberfest
Last synced: about 1 year ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/frederikbolding/chainlist
- Owner: FrederikBolding
- License: mit
- Created: 2022-03-04T21:00:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:06:11.000Z (about 1 year ago)
- Last Synced: 2025-04-14T18:13:31.618Z (about 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://chainlist.wtf
- Size: 143 MB
- Stars: 648
- Watchers: 56
- Forks: 189
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
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
```bash
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](./LICENSE).