# Dev Toolkit

<figure><img src="/files/UhK921fpFtL4CG4u3P94" alt=""><figcaption></figcaption></figure>

### KCC Related Links

<table><thead><tr><th width="207">Name</th><th width="296.3333333333333">Link</th><th> Description</th></tr></thead><tbody><tr><td>Testnet Faucet</td><td><a href="https://faucet-testnet.kcc.network/">https://faucet-testnet.kcc.network/</a></td><td>Claim testnet token on KCC</td></tr><tr><td>Mainnet Faucet</td><td><a href="https://faucet.kcc.io/">https://faucet.kcc.io/</a></td><td>Claim mainnet KCS </td></tr><tr><td>KCC Bridge</td><td><a href="https://www.kcc.io/bridge/transfer">https://www.kcc.io/bridge/transfer</a></td><td>Bridge tokens from and to KCC</td></tr><tr><td>Gnosis Safe for KCC</td><td><a href="https://safe.kcc.io/">https://safe.kcc.io/</a></td><td>MultiSig Wallet on KCC</td></tr><tr><td>Node Client Repo</td><td><a href="https://github.com/kcc-community/kcc">https://github.com/kcc-community/kcc</a></td><td>The git repository for the KCC node client</td></tr><tr><td>Oracle Repo</td><td><a href="https://github.com/kcc-community/kcc-oracle">https://github.com/kcc-community/kcc-oracle</a></td><td>The git repository for the KCC Oracle</td></tr><tr><td>KCC Staking</td><td><a href="https://staking.kcc.io/">https://staking.kcc.io/</a></td><td>The KCC Staking App</td></tr></tbody></table>

### Other Links For Developers&#x20;

| Name                   | Link                                                                          | Description                                                                         |
| ---------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Openzeppelin Contracts | <https://docs.openzeppelin.com/contracts/>                                    | The documentation of Openzepplin contracts                                          |
| Hardhat doc            | <https://hardhat.org/hardhat-runner/docs/getting-started#overview>            | The official documentation of hardhat                                               |
| Foundry Book           | <https://book.getfoundry.sh/>                                                 | A great book for learning foundry                                                   |
| evm.codes              | <https://www.evm.codes/?fork=berlin>                                          | An tool for learning EVM opcodes                                                    |
| Debank                 | <https://debank.com/>                                                         | A multi-chain portfolio tracker that supports the largest number of DeFi protocols. |
| Solidity Documentation | [https://docs.soliditylang.org/en](https://docs.soliditylang.org/en/v0.8.17/) | The official documentation of solidity                                              |


---

# 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.kcc.io/developers/dev-toolkit.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.
