Testimonials

Services

Priority DM . 2 days reply
500
Video meeting . 60 mins
5,300
Video meeting . 30 mins
1,300
Video meeting . 30 mins
5
2,300
Popular
Video meeting . 30 mins
5

Blockcchain Consulting

Idea validation, Architecture, Solution and roadmap
5,300
Priority DM . 3 days reply
200
Popular

About me

Kamlesh is a TEDx speaker and Co-Founder FSV Capital. He has 15 years of experience in Software Development, IT Consulting & Blockchain Solutions. He is among the top 30 Influencers of Blockchain in India and founding member of India Blockchain Forum. He is Hyperledger India Co-Chair, and a member of the Hyperledger Technical Steering Committee (TSC 2021-22) drives technical directions of Hyperledger Foundation. He is also a Co-chair of the IEEE Blockchain initiative at the IEEE Global level and Mentor to Blockchain start-ups incubated by Apiary a Ministry of IT India (STPI) India initiative and and advisor to Web3, tokenization, and CBDC start-ups globally. > Completed Computer Science engineering in 2009 from SGSITS Indore, One of the premier Engineering institutes in central India. > Started my Software engineering Career with Mphasis HP Company and worked with Capgemini, IBM for global customers. > Started my Blockchain journey with IBM in 2016 and the up in the ladder to became CTO of Snapper Future Tech. > In previous experience working at IBM as a Blockchain Consultant where I was associated with various Blockchain Initiatives, including mentoring blockchain startups in the IBM Startup Accelerator Program and serving as a member of the IBM Academy of Technology > Led various Blockchain Communities like Hyperledger India, Hyperledger TSC, IEEE Blockchain, India Blockchain Forum. > My first TEDx talk in 2022 and Spoke in many global conferences from Technology, FinTech, Climate Tech & Academia. > With a passion for advancing blockchain technology, I play an active role across the Hyperledger community, contributing to the Climate Action & Accounting SIG as Vice-chair. > Advisor to Web3, tokenization, and CBDC start-ups globally

Frequently asked questions

How to learn blockchain technology?

Start with the fundamentals — distributed ledgers, cryptography basics, consensus mechanisms, and the difference between public and permissioned blockchains. Then pick a track: smart contract development on Ethereum with Solidity, or enterprise networks on Hyperledger Fabric using Go or Node.js. Free documentation and videos are good for orientation, after which structured blockchain technology courses and certifications add credibility to your resume. Above all, build hands-on projects — set up a local network or write a small smart contract — since employers value demonstrable practical work over theory.

What is blockchain technology in simple words?

In simple words, blockchain technology is a shared digital record book that is maintained jointly by many computers instead of one central authority. Every transaction is written into a block, and each new block is cryptographically linked to the previous one, forming a chain. Because every participant holds an identical copy and past records cannot be quietly edited, the data becomes tamper-evident and trustworthy — which is why blockchain is used for payments, contracts and record keeping.

What is blockchain technology and how does it work?

Blockchain technology is a method of recording transactions on a distributed ledger shared across a network of computers called nodes. When a transaction is raised, the nodes validate it through a consensus mechanism, and it is then bundled with others into a block. Each block is cryptographically chained to the one before it, making the entire history permanent and tamper-evident. Since every node maintains the same copy of the ledger, no single party can secretly alter records — removing the need for one central intermediary.

How to use blockchain technology?

Businesses typically use blockchain technology for supply chain traceability, trade finance, asset tokenisation, digital identity, cross-border payments and audit-ready record keeping, while developers use it to build smart contracts and permissioned enterprise networks. Individuals already encounter it through pilots like the RBI's Digital Rupee (e₹) and certificate verification systems. The sensible approach is to identify a process where multiple parties need one tamper-proof version of the truth, confirm blockchain adds value over a regular database, and start with a small pilot before scaling.

What blockchain technology jobs in India are in demand?

Common roles include blockchain developer, smart contract engineer, blockchain architect, solution consultant, blockchain QA engineer and product manager, hired by IT services companies, consulting firms, banks, fintechs and Web3 startups. Recruiters generally look for programming skills in Go, Node.js, Java or Solidity, cryptography fundamentals, and hands-on experience on platforms like Hyperledger Fabric or Ethereum. With CBDC pilots and tokenisation projects growing in India, demand for trained blockchain professionals continues to outpace supply, so these roles often command a salary premium over general software jobs.

What is Hyperledger Fabric?

Hyperledger Fabric is an open-source, enterprise-grade permissioned blockchain framework hosted by the Hyperledger Foundation under the Linux Foundation. Unlike public blockchains such as Bitcoin or Ethereum, a Fabric network admits only known, verified participants, which is why banks, corporates and government bodies prefer it. It offers a modular design with pluggable consensus and membership services, private channels for confidential transactions, and smart contracts called chaincode. It is among the most widely used platforms for enterprise blockchain projects in India and globally.

What is Hyperledger Fabric used for?

Hyperledger Fabric is used for business use cases where privacy, known participants and regulatory compliance matter — trade finance, supply chain traceability, KYC, digital identity, asset tokenisation, healthcare records, cross-border payments, and certificate or land registries. Because only permissioned members can join the network and transact on private channels, regulated industries such as banking, insurance, logistics and public administration adopt it far more comfortably than public blockchains.

What is Hyperledger Fabric architecture?

Hyperledger Fabric architecture is built around a few core components: peers that host the ledger and run chaincode, an ordering service (typically Raft) that sequences transactions into blocks, certificate authorities that issue participant identities, and channels that create private sub-networks for confidential transactions. The ledger itself combines a blockchain (transaction history) with a world state database (current balances and values). A transaction follows an execute–order–validate flow: proposed by the client, endorsed by peers, sequenced by the orderer, then validated and committed by every peer. A labelled Hyperledger Fabric architecture diagram in the official documentation shows how these pieces connect.

How to install Hyperledger Fabric in Ubuntu?

On Ubuntu 20.04 or 22.04, install the prerequisites first: Git, cURL, Docker Engine with Docker Compose, and Go, plus Node.js if you plan to write chaincode in JavaScript. Next, use the installation script provided by the Hyperledger Fabric project to pull the official samples, binaries and Docker images, and verify the download with "docker images". Finally, move into the test-network folder and start the sample network to confirm everything works. Windows users typically run the same setup inside WSL2.

How to use Hyperledger Fabric?

Begin with the bundled test network: bring it up, deploy a sample chaincode written in Go, Node.js or Java, and invoke a few transactions from the CLI to see endorsement, ordering and validation in action. Once comfortable, design your own network — define organisations and channels, set up a certificate authority for identities, write your own chaincode, and connect applications through a Fabric SDK or the Fabric Gateway API. The official Hyperledger Fabric documentation and samples are the best companions for configuration details like CouchDB and private data collections.

Is Hyperledger Fabric free?

Yes. Hyperledger Fabric is free and open source under the Apache 2.0 licence, so anyone can download, modify and deploy it — even for commercial projects — without licence fees. The real costs are infrastructure, development talent and ongoing operations, for which some enterprises buy commercial support. For students and developers in India, this makes Fabric one of the cheapest enterprise blockchain platforms to learn, since a complete network can run locally on a laptop using Docker.

What is the CBDC full form?

The CBDC full form is Central Bank Digital Currency — a digital version of a country's fiat currency issued and guaranteed by the central bank itself. In India, the RBI's CBDC is the Digital Rupee (e₹), which is legal tender just like physical cash. A CBDC differs from cryptocurrencies, which no sovereign authority issues, and from UPI, which only transfers money between bank accounts — a CBDC is itself money held in digital form.

What is CBDC in banking?

In banking, CBDC (Central Bank Digital Currency) is digital legal tender issued by the central bank and distributed to the public through participating banks. When you hold CBDC, the amount is a direct claim on the central bank rather than a deposit with your bank — the bank only provides the wallet and payment rails. In India, the RBI runs the Digital Rupee as a wholesale pilot for interbank settlement and a retail pilot for the public, with features like programmable payments and offline transactions being tested.

What is a CBDC wallet?

A CBDC wallet is a digital application — usually a mobile app offered by a participating bank — used to store and spend a country's central bank digital currency. In India, the Digital Rupee wallet lets you load e₹ from your linked bank account, pay merchants by scanning QR codes, send money to phone contacts, and in some cases transact even without an internet connection. The balance inside a CBDC wallet is direct central bank money, which is what separates it from a regular bank or wallet balance.

How to use CBDC in SBI bank?

SBI enables CBDC usage through its Digital Rupee app. After installing the app, complete your CBDC registration using the mobile number linked to your SBI account, verify your details (KYC is picked up from the bank's records), and set a transaction PIN. You can then load Digital Rupee from your SBI account and pay by scanning merchant QR codes, sending money to contacts, or using supported online checkouts. Any unused balance can be redeemed back to your bank account whenever needed.