Skip to content

Commit

Permalink
feat/adding Alchemy page
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasGuaquetaRSK committed Oct 16, 2024
1 parent b330fb2 commit 1618473
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/02-developers/04-quickstart/alchemy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
sidebar_label: Using Alchemy RPC Service
sidebar_position: 700
title: Rootstock - Alchemy RPC Service
description: 'Whether you are a seasoned developer or just starting your journey into smart contract development, the foundry starter kit provides a solid foundation for building decentralized applications (dApps) on the Rootstock network.'
tags: [rsk, rootstock, tutorials, developers, foundry, quick starts, dApps, smart contracts]
---

This guide provides a step-to-step for developers to interact with Rootstock network by using [Alchemy RPC provider service](https://www.alchemy.com/).

It aims to address the challenges faced by developers when trying to access critical information like logs, transactions, and balances through RPC, which can significantly impact the timely development of dApps on the Rootstock blockchain.

In this guide you will learn:
- How to create an Alchemy project to make your first API call.
- View some options to interact with the node RPC with the Alchemy sdk and tools.


## Prerequisites

Before you start using the Alchemy RPC API to interact with the Rootstock network, make sure you have the following:

- Basic understanding of smart contracts and how to interact with them on the Rootstock blockchain.
- Familiarity with Ethereum-based dApp development can be helpful.
- Development Environment: Ensure you have a development environment set up for interacting with blockchain nodes.
- Basic Programming Knowledge: Knowledge of JavaScript, Python, or other supported languages to make API calls. And familiarity with making HTTP requests and handling JSON responses.

## Who is it for?
- dApp Developers looking to interact with the Rootstock nodes.

## Features
### Easy Setup:
- Create an API key effortlessly to initiate development.
- Make the First API call in minutes.

### API Key Authentication:
- Provides secure authentication for decentralized applications (dApps).
- Limits API requests on a daily or monthly basis.

## Getting Started

To access the Alchemy dashboard, visit the Alchemy Dashboard Portal. If you don't already have an account, you can sign up for free. Otherwise, simply log in to get started.

### Step 1: Create new app
After logging in, you'll be directed to the main dashboard. From there, you have different options for interacting with Alchemy tools.


0 comments on commit 1618473

Please sign in to comment.