Blockchain CouncilGlobal Technology Council
Toshendra Kumar Sharma

Toshendra Kumar Sharma

2343 articles published

How to setup Hyperledger fabric blockchain in cloud
Blockchain

How to Setup & Work With Hyperledger Fabric Blockchain

I am excited to announce the two new courses on IBM’s Hyperledger Fabric. What is Hyperledger Fabric? An open source technology for secure & permissioned enterprise Blockchain with many powerful features which are extremely useful for any large size corporations. Why must you attend these…

what-is-decentralized-autonomous-organization-dao-in-blockchain-and-how-dao-works
Multichain

What are Decentralized Autonomous Organizations DAO in Blockchain

DAO are the organizations running in the software in a fully democratic way. Before we jump into how exactly they work we need to quickly go through the tradition organization structure. An organization is the group of people working on a common interest. This is most of the time is to make money…

what-is-decentralized-autonomous-organization-dao-in-blockchain-and-how-dao-works
Multichain

What are Decentralized Autonomous Organizations DAO in Blockchain

DAO are the organizations running in the software in a fully democratic way. Before we jump into how exactly they work we need to quickly go through the tradition organization structure. An organization is the group of people working on a common interest. This is most of the time is to make money…

how-crowdfunding-or-crowdsale-works-in-blockchain
Ethereum

How Crowdsale or Crowdfunding in Blockchain Works?

Let’s say you have got an idea to develop a new innovative gadget (a pen size printer, [imaginary gadget of course]) which will let anyone print the pages on the go at a very low cost. The idea sounds fantastic but you need initial capital to support the production as well as your ongoing…

how-crowdfunding-or-crowdsale-works-in-blockchain
Ethereum

How Crowdsale or Crowdfunding in Blockchain Works?

Let’s say you have got an idea to develop a new innovative gadget (a pen size printer, [imaginary gadget of course]) which will let anyone print the pages on the go at a very low cost. The idea sounds fantastic but you need initial capital to support the production as well as your ongoing…

What is KYC & How Can Blockchain Can Help?
Blockchain

What is KYC & How KYC on Blockchain Can Help?

Know your customer (KYC) is the process of a business, identifying and verifying the identity of its clients. The term is also used to refer to the bank regulation which governs these activities. AML & KYC are used interchangeably sometimes. Though they are completely different standards &…

What is KYC & How Can Blockchain Can Help?
Blockchain

What is KYC & How KYC on Blockchain Can Help?

Know your customer (KYC) is the process of a business, identifying and verifying the identity of its clients. The term is also used to refer to the bank regulation which governs these activities. AML & KYC are used interchangeably sometimes. Though they are completely different standards &…

How to Compile Bitcoin Source Code in Ubuntu 16.04 LTS
Bitcoin

How to Compile Bitcoin Source Code in Ubuntu 16.04 LTS

If you are building some projects around bitcoin then you might have realized that you have to compile the bitcoin source code to create the bitcoind for your own machine. This is necessary because sometimes the pre-compiled binary do not work as expected and your whole project might become…

How to Compile Bitcoin Source Code in Ubuntu 16.04 LTS
Bitcoin

How to Compile Bitcoin Source Code in Ubuntu 16.04 LTS

If you are building some projects around bitcoin then you might have realized that you have to compile the bitcoin source code to create the bitcoind for your own machine. This is necessary because sometimes the pre-compiled binary do not work as expected and your whole project might become…

Learn Solidity - Build Decentralized Application in Ethereum
Solidity

Learn Solidity: What’s Next?

Since now you have learned Solidity, you might be wondering what’s next? [shortcode id=”1983″] You should go & try below options: Create your own cryptocurrency Create a fully functional & professional crowd sale application Create a custom app of your own use case Learn…

Learn Solidity - Build Decentralized Application in Ethereum
Solidity

Learn Solidity: What’s Next?

Since now you have learned Solidity, you might be wondering what’s next? [shortcode id=”1983″] You should go & try below options: Create your own cryptocurrency Create a fully functional & professional crowd sale application Create a custom app of your own use case Learn…

Learn Solidity - Build Decentralized Application in Ethereum
Solidity

Learn Solidity: Basics of Solidity By Example

In this post, we will learn the Solidity language by going through two example. Then we will dig deeper into each & every aspect of Solidity & Blockchain-based development. As you can see in the above code, which is a simple smart contract written in Solidity for a new Coin. Here this Coin…