All Projects → komputing → Kethereum

komputing / Kethereum

Licence: mit
Kotlin library for Ethereum

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kethereum

Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+13875.78%)
Mutual labels:  ethereum, library
Walletconnect Monorepo
WalletConnect Monorepo
Stars: ✭ 230 (+42.86%)
Mutual labels:  ethereum, library
Ethereum Input Data Decoder
Ethereum smart contract transaction input data decoder
Stars: ✭ 242 (+50.31%)
Mutual labels:  ethereum, library
Ethkit
Ethereum dev toolkit for Go
Stars: ✭ 32 (-80.12%)
Mutual labels:  ethereum, library
Cryptofin Solidity
A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum.
Stars: ✭ 62 (-61.49%)
Mutual labels:  ethereum, library
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (-31.06%)
Mutual labels:  ethereum, library
Abdk Libraries Solidity
Open-Source Libraries for Solidity by ABDK Consulting
Stars: ✭ 84 (-47.83%)
Mutual labels:  ethereum, library
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (-11.18%)
Mutual labels:  ethereum, library
Avalanche
Avalanche: a End-to-End Library for Continual Learning.
Stars: ✭ 151 (-6.21%)
Mutual labels:  library
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+0%)
Mutual labels:  library
Hyperion Ios
In-app design review tool to inspect measurements, attributes, and animations.
Stars: ✭ 1,964 (+1119.88%)
Mutual labels:  library
Android Ui 2019
Android Library 2019 Loading.....
Stars: ✭ 159 (-1.24%)
Mutual labels:  library
Nlp bahasa resources
A Curated List of Dataset and Usable Library Resources for NLP in Bahasa Indonesia
Stars: ✭ 158 (-1.86%)
Mutual labels:  library
Qr Code Generator
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.
Stars: ✭ 2,363 (+1367.7%)
Mutual labels:  library
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (-1.24%)
Mutual labels:  library
Pymaker
Python API for Maker contracts
Stars: ✭ 158 (-1.86%)
Mutual labels:  ethereum
100 Lines Of Code Challenge Js
Write Everything in JavaScript under 100 Lines!!!😈
Stars: ✭ 157 (-2.48%)
Mutual labels:  library
Spatial audio framework
A cross-platform framework for developing spatial audio related applications in C/C++
Stars: ✭ 161 (+0%)
Mutual labels:  library
Zgallery
Android 3rd party library to make implementing galleries more easier
Stars: ✭ 160 (-0.62%)
Mutual labels:  library
Pipeline Library
Collection of custom steps and variables for our Jenkins instance(s)
Stars: ✭ 159 (-1.24%)
Mutual labels:  library

Mission statement

This is a Kotlin library for Ethereum. It is striving towards being 100% Kotlin (the code in the lib is Kotlin anyway - but also trying to not to drag in JVM dependencies). This is done in order to enable multi-platform support in the future. Currently this library is mainly used in JVM projects but could this way also target e.g. JavaScript and WebAssembly that are broadly used in the web3 space. Another core principle of this library is to be as modular as possible. Ethereum has a wide range of use-cases and should not be supported by huge monolithic libraries. With KEthereum you can pick and choose the modules you need and keep the footprint of the library small this way.

Module overview

Name Description Status Documentation
abi Application Binary Interface (ABI) for contracts beta
abi_codegen Kotlin code generation from ABIs beta
abi_filter Functions for filtering ABIs beta
blockscout BlockScout BlockExplorer helper functions beta
bloomfilter Space-efficient probabilistic data structure beta
eip137 Model and functions for ENS NameHash beta
eip155 TX signing with Simple replay attack protection production example code
eip191 Functions to sign data via signed data standard beta
eip712 Ethereum typed structured data hashing and signing experimental
ens ENS (Ethereum Name Service) functionality beta README
erc1328 WalletConnect Standard URI Format beta
erc1450 ERC-20 extension - e.g. including token minting beta example code
erc181 ENS reverse resolution of addresses beta
erc20 Contract wrapper for the ERC20 Token standard beta
erc55 Mixed-case checksum address encoding production README
erc634 Storage of text records in ENS beta README
erc67 Standard URI scheme for transactions beta
erc681 URL Format for Transaction Requests (successor of ERC67) beta
erc831 URI Format for Ethereum (used by 681, 961, ..) beta
erc961 URI standard for tokens beta
etherscan EtherScan BlockExplorer function beta
example_cli CLI App to demo KEthereum functionality demonstration example code
extensions_kotlin Extension functions for Kotlin types beta
extensions_transactions Extension functions for the Transaction class beta
flows Coroutine flows for blocks and transactions beta example code
keccak_shortcut Proxy extension function for keccak hashing beta
keystore Storage for wallet files (e.g. to use the geth keystore) beta
metadata Model and parser for contract metadata beta
method_signatures Functionality for method signatures (4byte repository,..) beta
model Data-/Inline-Classes and constants beta
rlp Recursive Length Prefix (RLP) encoder/decoder beta
rpc Remote Procedure Calls (RPC) abstraction beta
rpc_min3 Minimal INCUBED (IN3) RPC experimental README
test_data Data used in KEthereum tests production -
types Handling of EVM types (e.g. used code from abi_codegen ) beta
uri_common Used by several URI modules (681, 1328, 961, ..) beta
wallet functions for keys from and to JSON wallet files beta

Projects that use KEthereum

Links

Get it

KEthereum is available via jitpack:

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].