From 22051bfac39e4dc59b581a165891c48b76eaab2c Mon Sep 17 00:00:00 2001 From: Ezequiel Martin Rodriguez <123201718+ezequiel-rodriguez@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:20:13 -0300 Subject: [PATCH] Update alchemy.md style changes --- docs/02-developers/04-quickstart/alchemy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/02-developers/04-quickstart/alchemy.md b/docs/02-developers/04-quickstart/alchemy.md index 11379c61..37afe525 100644 --- a/docs/02-developers/04-quickstart/alchemy.md +++ b/docs/02-developers/04-quickstart/alchemy.md @@ -28,11 +28,11 @@ Before you start using the Alchemy RPC API to interact with the Rootstock networ - dApp Developers looking to interact with the Rootstock nodes. ## Features -### Easy Setup: +**Easy Setup:** - Create an API key effortlessly to initiate development. - Make the First API call in minutes. -### API Key Authentication: +**API Key Authentication:** - Provides secure authentication for decentralized applications (dApps). - Limits API requests on a daily or monthly basis. @@ -68,7 +68,7 @@ The next screen will display the services available for the Rootstock network, i ![Alchemy - App information](/img/developers/quickstart/5-alchemy.png) #### Set up Tab: -In the `Setup` tab you will see different options for using the rpc node, depending on the ***method***, ***language*** and ***SDK*** you need to use for it. +In the `Set up` tab you will see different options for using the rpc node, depending on the ***method***, ***language*** and ***SDK*** you need to use for it. By default, the dashboard shows an example for the `get latest block` call on `Javascript` and `viem`. @@ -124,4 +124,4 @@ In this tab, you will find the Rootstock card, where you can copy the RPC url yo ![Alchemy - Networks Tab](/img/developers/quickstart/7-alchemy.png) #### Settings Tab -In this tab you find different configuration options of your app, like advanced config, allow list, JWT keys, or delete your app from the Alchemy dashboard. \ No newline at end of file +In this tab you find different configuration options of your app, like advanced config, allow list, JWT keys, or delete your app from the Alchemy dashboard.