Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Blockchain-as-a-Service (BaaS) is a cloud-based offering that allows individuals and organizations to access and use blockchain infrastructure and services without the need to set up and manage their ...

Monday, 17 April 2023
Hyperledger is an open-source project and collaborative effort hosted by The Linux Foundation. It aims to advance cross-industry blockchain technologies by providing a framework and infrastructure for...

Friday, 14 April 2023
I created a wallet in offline mode for Bitcoin and Tron networks in my previous posts. To create an Ethereum wallet offline, sign it, and then broadcast it using C#, you can use the following steps: ...

Tuesday, 10 May 2022
As an update to my previous post about creating the Bitcoin wallet by using the Nbitcoin library, for those who are using the newer versions of the library I created a separate method for singing and ...

Monday, 09 May 2022
In my previous post, I considered creating a wallet in Tron network and of course singing and broadcasting it. Now it’s possible to do the same in the Bitcoin network by using NBitcoin. Look at ...

Friday, 22 April 2022
If you have worked with blockchain technology for cryptocurrencies; the scenario of creating a wallet and broadcasting it to the network is approximately similar. Maybe they would be different in some...

Sunday, 20 February 2022
Decentralized Finance (DeFi) is a financial system built on blockchain technology that enables anyone to access financial services without the need for intermediaries such as banks or financial instit...

Friday, 04 February 2022
I was recently implementing the Dedicated wallet for Trasi and I had to create the hex, based on the generated wallet as most of the Tron services take the hex of the address instead of the addre...

Sunday, 30 January 2022
Before getting into the details of the post topic, let’s consider the concept of on-chain storage. The On-chain storage refers to data storage that is stored directly on the blockchain, meaning ...

Monday, 25 October 2021
In the context of blockchain, an oracle and a Cryptlet are two distinct concepts with different functionalities and roles. Let's explore the differences between them:   Oracle: An oracl...

Sunday, 12 September 2021
In blockchain, a mixhash is a concept related to the mining process and proof-of-work consensus algorithm. When miners attempt to solve a block and add it to the blockchain, they need to perform compu...

Monday, 26 April 2021