Skip to content
Blog » Web3j

Web3j

Cryptographic Hash Functions in Java

    Hash functions are a foundational topic in computer science and have many practical applications in many areas of software engineering. Cryptographic hashes due to their unique properties are used in cryptography and also play a key role in the implementation of cryptocurrencies, blockchains and other distributed ledger technologies. It’s important… Read More »Cryptographic Hash Functions in Java

    Introduction to Web3j

      Web3j is a Java library which provides a wrapper for the ethereum JSON-RPC API and allows you to easily interact with the ethereum blockchain. From the official documentation (see here: https://docs.web3j.io), Web3j is described as a highly modular, reactive, type safe Java and Android library for working with Smart Contracts… Read More »Introduction to Web3j