From 5434e2ac57da5a1b4f2bf827209c82f435cdec82 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 13 Jun 2022 03:17:21 +0200 Subject: [PATCH] Structure usages and add EIPs --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8e770c8..7f219118 100644 --- a/README.md +++ b/README.md @@ -83,16 +83,25 @@ There are also aggregated json files with all chains automatically assembled: If different chains have the same chainID we list the one with the oldest genesis. ## Usages - - * [chainlist.org](https://chainlist.org) or [networklist-org.vercel.app](https://networklist-org.vercel.app) as a staging version with a more up-to-date list - * [chainid.network](https://chainid.network) +### Wallets * [WallETH](https://walleth.org) * [TREZOR](https://trezor.io) + +### Explorers + * [Otterscan](https://otterscan.io) + +### EIPs + * EIP-155 + * EIP-3014 + * EIP-3770 + * EIP-4527 + +### Listing sites + * [chainlist.org](https://chainlist.org) or [networklist-org.vercel.app](https://networklist-org.vercel.app) as a staging version with a more up-to-date list + * [chainid.network](https://chainid.network) * [networks.vercel.app](https://networks.vercel.app) * [eth-chains](https://github.com/taylorjdawson/eth-chains) * [EVM-BOX](https://github.com/izayl/evm-box) - * [FaucETH](https://github.com/komputing/FaucETH) - * [Sourcify playground](https://playground.sourcify.dev) * [chaindirectory.xyz](https://www.chaindirectory.xyz) * [chain-list.org](https://chain-list.org) * [DefiLlama's chainlist](https://chainlist.defillama.com/) @@ -104,5 +113,10 @@ There are also aggregated json files with all chains automatically assembled: * [chainmap.io](https://chainmap.io) * [chainlist.in](https://www.chainlist.in) * [chainz.me](https://chainz.me) - * [Otterscan](https://otterscan.io) + +### Other + * [FaucETH](https://github.com/komputing/FaucETH) + * [Sourcify playground](https://playground.sourcify.dev) + + * Your project - contact us to add it here!