Getting Started

Quick guide to getting started with Alchemy x Crypto.org development.

πŸ“‹ Overview

This guide assumes you already have an Alchemy Crypto.org account and access to our Dashboardarrow-up-right.

1. πŸ”‘ Create an Alchemy App

2. ✍ Make a request

1.πŸ”‘Create an Alchemy App

To use Alchemy's products, you need an API key to authenticate your requests.

You can create API keys from the dashboardarrow-up-right. To make a new key, click on the "Create App" button circled below:

Fill in the details under "Create App" to get your new key. There are two options for networks: Mainnet and Croeseid (the API methods for both are the same).

At anytime, you can visit your dashboard homepagearrow-up-right and view your app's keys by clicking the key icon on the far right.

2.✍️Make a Request

You can interact with Alchemy's Crypto.org API through Tendermint or gRPC.

circle-info

NOTE: Tendermint has two forms of RPC protocols:

  1. URI/HTTP: a REST like interface

  2. JSONRPC/HTTP: can be POST'd to the root RPC endpoint via HTTP.

Here is an example you can run from the command line to retrieve the block at height 1:

Tendermint

gRPC

circle-exclamation

Results:

Last updated