Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shamaevnn/awesome-web3-developer

List of tools and services to build web3 apps
https://github.com/shamaevnn/awesome-web3-developer

List: awesome-web3-developer

Last synced: about 1 month ago
JSON representation

List of tools and services to build web3 apps

Awesome Lists containing this project

README

        

# awesome-web3-developer
List of tools, libraries and services to build web3 apps.

**Feel free to contribute**: add new topic, and new service to already existing topic, ...

## Node providers 🔗
Get access to blockchains via RPC node.

* [Alchemy.com](https://www.alchemy.com/supernode)
* [Ankr.com](https://www.ankr.com/rpc-service/)
* [ChainBase.online](https://chainbase.online/chainRPCService)
* [ChainList.org](https://chainlist.org/) — free RPC
* [ChainStack.com](https://chainstack.com/protocols/)
* [Infura.io](https://www.infura.io/)
* [Moralis.io](https://moralis.io/)
* [NowNodes.io](https://nownodes.io/nodes)
* [QuickNode.com](https://www.quicknode.com/)

## Web3 Libraries 📚
List of libraries to build web3 apps grouped by programming language.

### JavaScript
* [web3js](https://web3js.readthedocs.io/en/v1.8.1/)

### Python
* [web3py](https://web3py.readthedocs.io/en/v5/)

## Token Prices 💲

* [CoinMarketCap.com](https://coinmarketcap.com/api/)
* [CoinApi.io](https://docs.coinapi.io/#exchange-rates)
* [CoinGecko.com](https://www.coingecko.com/en/api/documentation)
* [Swapzone.io](https://swapzone.io/partners/exchange-api)
* [Nomics.com](https://p.nomics.com/cryptocurrency-bitcoin-api)
* [CryptoCoinTracker](https://cryptocointracker.com/crypto-apis)
* [Moralis.io](https://docs.moralis.io/reference/gettokenprice)
* [Chain.link](https://data.chain.link/categories/crypto-usd?) — get price via contracts

## EVM Explorers 🌍
Explore blockchain: get transactions of an account, info about block, info about transaction and so on.

| WebSite | ChainId | Logo |
| ------------- | ------------- | ----------- |
| [AnkrScan.io](https://ankrscan.io/) | multichain |
| [ChainBase](https://docs.chainbase.online/r/web3-api-service/basic-api) | multichain |
| [Moralis.io](https://moralis.io/evm-api/) | multichain |
| [OkLink.com](https://www.oklink.com/docs/en/#overview) | multichain |
| [Covalenthq.com](https://www.covalenthq.com/docs/api/#/0/Get%20transactions%20for%20address/USD/1) | multichain |
| [Anyswap.net](https://anyswap.net/) | multichain |
| [Etherscan.io](https://docs.etherscan.io/) | 1 |
| [Optimistic.etherscan.io](https://optimistic.etherscan.io/apis) | 10 |
| [CronoScan.com](https://cronoscan.com/apis) | 25 |
| [BscScan.com](https://docs.bscscan.com/) | 56 |
| [Gnosis](https://blockscout.com/xdai/mainnet/api-docs) | 100 |
| [FuseExplorer.io](https://explorer.fuse.io/api-docs) | 122 |
| [Heco](https://www.hecoinfo.com/en-us/apis) | 128 |
| [PolygonScan.com](https://docs.polygonscan.com/) | 137 |
| [FantomScan.com](https://docs.ftmscan.com/) | 250 |
| [BobaScan.com](https://bobascan.com/apis) | 288 |
| [Kcc](https://scan.kcc.io/api-docs) | 321 |
| [Astar](https://blockscout.com/astar/api-docs) | 592 |
| [Moonscan.io](https://moonscan.io/apis) | 1284 |
| [Moonriver](https://moonriver.moonscan.io/apis) | 1285 |
| [Cube](https://www.cubescan.network/en-us/apis) | 1818 |
| [Avalanche](https://docs.snowtrace.io/) | 43114 |
| [Arbitrum](https://arbiscan.io/apis) | 42161 |
| [Celo](https://explorer.celo.org/mainnet/api-docs) | 42220 |
| [Aurora](https://aurorascan.dev/apis) | 1313161554 |

## Balance Explorers 💸
Get info about balance of user. Of course, one can get it from explorers and nodes, but it's possible to get it from these services as well:

* [Debank.com](https://cloud.debank.com/#section-openapi)
* [Moralis.io](https://moralis.io/evm-api/)

## Token lists 📃
There are a lot of token lists. But here you can find aggregated token list for 20+ chains https://github.com/viaprotocol/tokenlists.