Blogs
-
How to participate Ethereum token crowd sale and which wallets are compatible?
- 4 September, 2017
- Posted by: toshendra
- Category: Bitcoin, Blockchain, Ethereum, ICO, Solidity
No CommentsInstructions for contributing to an Ethereum token crowd sales First of all, you will need to set up a wallet service or application. Having a wallet is very important for security reasons. The wallet has a private key/file which you will be required to keep very safely. You cannot share this key with anyone. Private
-
How to Setup & Work With Hyperledger Fabric Blockchain
- 24 May, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Hyperledger, Multichain
I am excited to announce the two new courses on IBM’s Hyperledger Fabric. What is it? 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 courses? Because this is the another most talked about technology in
-
What are Decentralized Autonomous Organizations DAO in Blockchain
- 10 May, 2017
- Posted by: toshendra
- Category: Ethereum, Multichain, Solidity
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 for the
-
How Crowdsale or Crowdfunding in Blockchain Works?
- 9 May, 2017
- Posted by: toshendra
- Category: Blockchain, Ethereum, Use Cases
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 research.
-
What is KYC & How KYC on Blockchain Can Help?
- 27 April, 2017
- Posted by: toshendra
- Category: Blockchain, Use Cases
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 & regulations. Blockchain can be used to do the
-
Tools I have used for my SaaS Startup Appvigil
- 27 April, 2017
- Posted by: toshendra
- Category: Development
Today I wanted to share what online tools & services (Free or Paid) I have used for my SaaS (Software-as-a-Service) startup Appvigil in past few years. I am running my SaaS startup since last 5 years and tried many tools while assessing them for the short & long period. Here is the list of tools I
-
How to Compile Bitcoin Source Code in Ubuntu 16.04 LTS
- 22 April, 2017
- Posted by: toshendra
- Category: Bitcoin, Development
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 erroneous. It is far better to compile
-
Learn Solidity: What’s Next?
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
Since now you have learned Solidity, you might be wondering what’s next? 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 MultiChain Blockchain Learn Hyperledger Learn to Create Proof-of-Existence application etc. Check out the amazing
-
Learn Solidity: Complete Example: Voting Ballot Smart Contract
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will go through the complete example of a Voting Ballot smart contract. This is a fully working smart contract for voting.
-
Learn Solidity: Complete Example: Crowd Funding Smart Contract
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will go through the complete example of a sample crowd funding smart contract. This is a fully working smart contract for crowd sale.