# SecretK (Kotlin)

## SecretK (Kotlin)

A Kotlin multiplatform Encryption and REST client for Secret Network utilizing gRPC gateway endpoints.

**Supported Features:**

* Contract Queries
* Simulate Contract Execution To Estimate Gas
* Contract Execution (MsgExecuteContract)
* Contract Code Upload (MsgStoreCode)
* Contract Instantiate (MsgInstantiateContract)
* Contract Migrate (MsgMigrateContract)
* Contract Update Admin (MsgUpdateAdmin)
* Contract Clear Admin (MsgClearAdmin)
* Bank Send (MsgSend)
* Web: Delegate signing transactions to Kepler or Metamask browser wallets

**Supported Targets:**

* JVM
* js
* iOS
* macOS
* TODO: linux

## Swift/Objective-C Support

* An experimental swift pacakge for use with iOS and macOS is available as well.

{% hint style="info" %}
See the full documentation, code and usage examples [here](https://github.com/eqoty-labs/secretk)\
\
For help and questions please ask Luca Spinazzola from Eqoty Labs.
{% endhint %}


---

# 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.scrt.network/secret-network-documentation/development/example-contracts/tools-and-libraries/network-interaction-sdks/secretk-kotlin.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.
