elimak / web3kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%