# Resources and Essentials

## Package & Toolchains

### infrablockchain.cdt

InfraBlockchain.cdt is a toolchain for WebAssembly (WASM) and a set of tools to facilitate smart contract development for the InfraBlockchain-Antelope platform.

check <https://github.com/InfraBlockchain/infrablockchain.cdt> for detail

### infrablockchain-js

Javascript Library for integration with InfraBlockchain-Antelope-based blockchains using [Antelope RPC API](https://developers.eos.io/manuals/eos/latest/nodeos/plugins/chain_api_plugin/api-reference/index).

check <https://www.npmjs.com/package/infrablockchain-js> for detail

### infra-did-js

Javascript Library for integration Infra DID Registry Smart Contract&#x20;

check <https://www.npmjs.com/package/infra-did-js> for detail

### infra-did-java

Java Library for integration Infra DID Registry Smart Contract&#x20;

check [https://github.com/infrablockchain/infra-did-java ](<https://github.com/infrablockchain/infra-did-java >)for detail

### infra-did-swift

Swift Library for integration Infra DID Registry Smart Contract&#x20;

check[ https://github.com/infrablockchain/infra-did-swift](< https://github.com/infrablockchain/infra-did-swift>) for detail

## Block Explorers

### InfraBlockchain-Antelope Native

* **WIP**

### InfraBlockchain-Antelope EVM

* **WIP**

## Endpoints (Native)

### Mainnet

#### Http Endpoint

* <http://some-endpoint.io>

#### Peer Endpoint

* <http://some-endpoint.io>

### Testnet

#### Http Endpoint

* <http://some-endpoint.io>

#### Peer Endpoint

* <http://some-endpoint.io>


---

# Agent Instructions: 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.infrablockchain.net/infrablockchain-antelope/introduction-to-infrablockchain-antelope/resources-and-essentials.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.
