# Introduction

![](https://4152795622-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkSFr0LJlvZiTpu4yuI%2Fuploads%2Fgit-blob-14a65804726d334815e91783e5529981c27f857f%2Fbackground.png?alt=media)

A Kotlin Multiplatform implementation of [web3.js](https://github.com/ethereum/web3.js/) functionality for iOS and Android.

A simple library which performs JSON-RPC calls over to Ethereum based chains.

Web3.js allows for React mobile apps, but there is not a native solution for iOS and Android.

This library will allow native and Kotlin Multiplatform developers to interact with the Ethereum network over JSON-RPC, for example you could call a method on an eth contract, or fetch the current gas price, all natively!

Here are some more [Documentation](https://reedy.gitbook.io/web3kotlin/) on the library.


---

# 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://reedy.gitbook.io/web3kotlin/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.
