Skip to main content
Why Multi-sig wallet? CryptographyTechnology

Why Multi-sig wallet?

Bitcoins are generally stored in Bitcoin’s blockchain addresses, which are Public/Private key pairs of ECDSA. Around 80% of the bitcoins are stored using standard (single-key) addresses, which usually starts with number “1”. Therefore, anyone who have access to any private key corresponding to that standard address can move funds and…
Amit Pethani
29.04.2019
Spring Cloud Stream (event-driven microservice) with Apache Kafka… in 15 Minutes! ArchitectureConferenceEducationJavaShowcaseSpring BootTechnology

Spring Cloud Stream (event-driven microservice) with Apache Kafka… in 15 Minutes!

Spring Cloud Stream is a framework built on top of Spring Boot and Spring Integration that helps in creating event-driven or message-driven microservices. After reading this, you will be able to write three Spring Boot microservices (producer, processor and consumer) communication through a distributed streaming platform (e.g. Apache Kafka) in…
Jeremy Haas
26.04.2019