Open
Description
Description:
This issue involves integrating getBlock.io as a service connector to interact with the Ethereum blockchain. The task requires fetching the API key from getBlock.io and storing both the API key and the Ethereum private key in the .env
file to securely manage connections and sign transactions "Coming Ahead".
Tasks:
- Create a
.env
file with the following keys:apikey
(GetBlock API Key)privateKey
(Private key of the account from which the transaction will be sent)
- Install the required dependencies:
dotenv
,web3
, and any other necessary packages. - Ensure the correct loading of environment variables in the project.
Submission:
- Submit the PR and attach photos of respective steps.
Resources:
- [getBlock.io](https://getblock.io/)
- [Ethereum API documentation](https://getblock.io/docs/)
- [Dotenv for environment variables](https://www.npmjs.com/package/dotenv)
- [How to use Ethereum private key for signing transactions](https://ethereum.org/en/developers/docs/transactions/)
Feel free to reach out on Discord for any assistance or clarifications! 🚀