ethers-io / ethers.js

Complete Ethereum library and wallet implementation in JavaScript.
https://ethers.org/
MIT License
7.92k stars 1.84k forks source link

Add GetBlock Provider #1859

Open wetryingtodorock opened 3 years ago

wetryingtodorock commented 3 years ago

GetBlock GetBlock is a service that provides reliable API connection for interaction with the Ethereum blockchain.

They offer a standard JSON-RPC interface and a WebSocket interface, which makes interaction with standard tools simple and straight forward.

Sign up for a free API key on GetBlock

Benefits:

ricmoo commented 3 years ago

What type of limits are there on API keys? There are around 29 million requests per day to just INFURA, so we would need to figure out what type of traffic GetBlock can handle and blessed API keys before adding it to the default provider.

But feel free to e-mail me@ricmoo.com to figure out what makes sense. :)

wetryingtodorock commented 3 years ago

What type of limits are there on API keys? There are around 29 million requests per day to just INFURA, so we would need to figure out what type of traffic GetBlock can handle and blessed API keys before adding it to the default provider.

But feel free to e-mail me@ricmoo.com to figure out what makes sense. :)

Hey! Sent you the message by email, please, check it out ;)