> For the complete documentation index, see [llms.txt](https://docs.eaglecoin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eaglecoin.ai/readme.md).

# Developer Platform

<h2 align="center">EGC Blockchain Developer Platform</h2>

<p align="center">Welcome to your team’s new developer platform</p>

<p align="center"><br><br>You are invited to become an early member of the EGC Blockchain Developer Platform — a next‑generation ecosystem designed to empower builders, innovators, and visionaries shaping the decentralized world.<br><br><br>EGC is more than a blockchain. It is a developer‑first environment engineered for real‑world scalability, enterprise‑grade security, and frictionless deployment. Whether you’re building financial protocols, gaming economies, tokenized assets, or cross‑border applications, EGC gives you the tools to build faster, smarter, and without limits.<br></p>

<figure><img src="https://eaglecoin.ai/images/04/Logo.png" alt="" width="375"><figcaption></figcaption></figure>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>No code</strong></td><td>Get started with the developer platform in 5 minutes.</td><td><a href="/spaces/XCQ1weLLpr6sjpxtk5ou">/spaces/XCQ1weLLpr6sjpxtk5ou</a></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Hosted</strong></td><td>Learn more about hosting the developer platform.</td><td><a href="/spaces/XCQ1weLLpr6sjpxtk5ou">/spaces/XCQ1weLLpr6sjpxtk5ou</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>Browse, test, and implement APIs.</td><td><a href="/spaces/f7LBaruGi0elkKMPgcqs">/spaces/f7LBaruGi0elkKMPgcqs</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in Few minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast. using EGC Blockchain you can Build any Complex Programs.

<a href="/spaces/XCQ1weLLpr6sjpxtk5ou" class="button primary" data-icon="rocket-launch">Get started</a> <a href="/spaces/f7LBaruGi0elkKMPgcqs" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/5CIqHwdNpxjN2IroGzkZ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the EGC developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.&#x20;

<a href="/pages/JsKd452Nu8XTrHz68zaF" class="button primary" data-icon="book-open">Guides</a> <a href="/spaces/XCQ1weLLpr6sjpxtk5ou" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of over 47 developers</h2>

<p align="center">Join our Discord community or create your first PR in just a few steps.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Join our Discord community to post questions, get help, and share resources with over 3,000 like-minded developers.</td><td><a href="https://www.gitbook.com/" class="button secondary">Join Discord</a></td><td></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>GitHub</strong></td><td>Our product is 100% open source and built by developers just like you. Head to our GitHub repository to learn how to submit your first PR.</td><td><a href="https://www.gitbook.com/" class="button secondary">Submit a PR</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eaglecoin.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
