Skip to content

Commit 1d4d84a

Browse files
authored
Merge branch 'main' into tutorial-banners
2 parents f617d57 + c734112 commit 1d4d84a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ description: Demonstrates how you can explore the Substrate REST service (sideca
44
keywords:
55
---
66

7+
<div class="warning">
8+
<p>
9+
<strong>⚠️ WARNING:</strong> This page contains potentially outdated information. Reading it might still be useful, yet we suggest taking it with a grain of salt.
10+
</p>
11+
<p>
12+
Please refer to the <a href="https://paritytech.github.io/substrate-api-sidecar/dist/">Sidecar docs</a>, the <a href="https://github.com/paritytech/substrate-api-sidecar?tab=readme-ov-file#note">README</a> and the <a href="https://github.com/paritytech/substrate-api-sidecar/tree/master/guides">guides folder</a> for the most up-to-date documentation on this topic.
13+
</p>
14+
</div>
15+
716
The Substrate [sidecar](https://github.com/paritytech/substrate-api-sidecar) service provides a REST API for interacting with Substrate blockchain nodes built using FRAME.
817
The sidecar REST service exposes an extensive set of endpoints that enable you to interact with nodes, accounts, transactions, parachains, and many other components of a Substrate-based blockchain.
918

0 commit comments

Comments
 (0)