Blockchain Development

Solana – Wallet Creation and Sending Tokens

Reading Time: 4 minutes Solana is an open-source project implementing a new, high-performance, permissionless blockchain. It is also the most performant permissionless blockchain where a network of 200 physically distinct nodes supports a throughput of more than 50,000 transactions per second. Solana has innovated a mempool-less transaction forwarding protocol. A mempool is a set of transactions that have been submitted to the network and are yet to be processed by the Continue Reading

Private Blockchain Benefits: Explained!

Reading Time: 2 minutes Private Blockchains are reserved and authorization-based as opposed to public Blockchains (such as Ethereum and Bitcoin). This concept of private Blockchain assumes that an organization or an entity must get an invite to join the private network. It is a secure and locked ecosystem where only invitees/members are allowed access. Private Blockchains are impeccable for building a closed B2B transactional network among a few business Continue Reading

Embrace Blockchain for Business Transformation

Reading Time: 10 minutes While some industries introduced Blockchain in their business model at a very initial level, some are still struggling with determining the role of the technology in their domain and in the types of funding that they can receive. Let’s take a walkthrough of industries that have been revolutionised by this technology and their impact received, followed by the type of industries most expected to answer Continue Reading

History of Blockchain: A Brief Overview of Three Generations

Reading Time: 3 minutes What started as an infrastructure underlying Bitcoin cryptocurrency, Blockchain technology has emerged as an actual game changer While introducing new possibilities and applications now and then the technology, has gained its own share of hype and scams.  Because of this, various Entrepreneurs and developers are still confused regarding what would be the real impact of Blockchain technology on the economy. They are still doubtful about Continue Reading

Polkadot.js API for blockchain development (Part 2)

Reading Time: 3 minutes Hello Readers!! In the previous blog, we read about what is Polkadot.js and how to install it, So now we will see how we can use it by creating its instance. So Lets start! We have the API installed. We have an understanding of what will actually exposed. And how the API knows what to expose. So let’s create an actual API instance, Providers Focusing Continue Reading

Substrate – A Blockchain Framework on Rust

Reading Time: 3 minutes Substrate is a modular framework that enables you to create purpose-built blockchains by composing custom or pre-built components. It is powered by best-in-class cryptographic research and comes with peer-to-peer networking, consensus mechanisms, and much more. Because of the ease and good results, It is attracting more business towards itself. It is reliable, it is secure and fast at the same time. We will get to Continue Reading

Knoldus Inc a Top Ranked Blockchain Development Company, according to DesignRush

Reading Time: < 1 minute Knoldus Inc. has been recognized among the Top Blockchain Development Companies in USA and Canada in 2021 by DesignRush Marketplace. DesignRush is a reliable online guide to finding the best professional companies and agencies categorized according to vertical and area of expertise. After evaluating and analyzing Knoldus’ performance with some of the most prominent brands in the US and Canada, DesignRush gave Knoldus a spot Continue Reading

Create runtime API of Substrate based 2D barcode scanner Pallet for Querying

Reading Time: 2 minutes In my previous post Integrate Substrate based 2D barcode scanner Pallet in your Substrate Runtime, I explained how to integrate Substrate pallet in your runtime.  Substrate runtime is its State Transition Function, which contains business logic of a Blockchain that determines how the state changes when a block is processed and defines its behaviour of the Blockchain. Substrate runtime can be accessed to outer node though an API, Continue Reading

Blockchain for Business

Reading Time: 5 minutes In the world of increasing transactions between different parties, we need a fast, reliable and secure way to record transactions between businesses. In this blog we’ll go through what is Blockchain technology and how can we use Blockchain for Business. Businesses also need to maintain contracts between parties in a business ecosystem. These contracts are part of the blockchain. To know more about contracts and Continue Reading

Custom Implementation of Blockchain In Rust(Part 3)

Reading Time: 2 minutes In previous blogs(part-1 and part-2), we created a sample blockchain application. We also implemented validation and proof of work algorithm. Now we are going to upgrade our blockchain to simple cryptocurrency. We can do this by:- Including the functionality of paying out rewards to miners Signing the transaction We will be covering only first part in this blog. We will cover transaction signature in next Continue Reading

Custom Implementation of Blockchain In Rust(Part 2)

Reading Time: 2 minutes Hello Everyone, in the previous blog, we talked about blockchain, what is block and its content. we also implemented a sample Blockchain application using Rust.In this blog, we will continue working with our sample blockchain application and talk about blockchain validation and its mining process. Blockchain Validation Why do we need blockchain validation? Because we have to ensure that no one can tamper any data Continue Reading

Custom Implementation of Blockchain In Rust(Part 1)

Reading Time: 3 minutes Hello folks, in this blog, we will be learning how to create our own Blockchain, which is a technology behind Bitcoin. Blockchain technology has been called the greatest innovation since the internet. A Blockchain is a chain of blocks which contain information. A block contains the following:-1) Transaction Data:- This contains information about the Sender, Receiver, number of bitcoins to be transferred. 2) PreviousHash:- Hash Continue Reading

Ethereum Networks

Understanding Different kinds of Ethereum Networks

Reading Time: 3 minutes After gulping a lot about the “disrupting” things related to Blockchain technology, I was very intrigued to quickly set up a development environment with whatever is free and useful on the Internet for developing a kick-ass DApp (I am Joking, Just trying “Hello, World!” 😉  I came to learn that “Ethereum” is the most matured protocol around blockchain. Before I proceed further with tools available Continue Reading