From c9bc22bc1b056a622728a1602d4e8c0968fb43a6 Mon Sep 17 00:00:00 2001 From: AazimAnish Date: Tue, 12 Aug 2025 00:26:34 +0530 Subject: [PATCH] Move Summary section to top of README (fixes #49) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d423449..f6036635 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ + +## Summary + +Data API: The Data API provides web3 application developers with multi-chain data related to Avalanche's primary network, Avalanche subnets, and Ethereum. With Data API, you can easily build products that leverage real-time and historical transaction and transfer history, native and token balances, and various types of token metadata. The API is in Beta and may be subject to change.

If you have feedback or feature requests for the API, please submit them here. Bug reports can be submitted here, and any potential security issues can be reported here. + + ## SDK Installation @@ -1031,12 +1037,6 @@ const sdk = new AvaCloudSDK({ debugLogger: console }); ``` - -## Summary - -Data API: The Data API provides web3 application developers with multi-chain data related to Avalanche's primary network, Avalanche subnets, and Ethereum. With Data API, you can easily build products that leverage real-time and historical transaction and transfer history, native and token balances, and various types of token metadata. The API is in Beta and may be subject to change.

If you have feedback or feature requests for the API, please submit them here. Bug reports can be submitted here, and any potential security issues can be reported here. - - ## Table of Contents