Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 751 Bytes
description
A Kotlin Multiplatform implementation of web3.js functionality.

Introduction

A Kotlin Multiplatform implementation of 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 on the library.