Development
-
How to Setup & Work With Hyperledger Fabric Blockchain
- 24 May, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Hyperledger, Multichain
No CommentsI 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
-
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.
-
Learn Solidity: Exceptions in Solidity
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn how Exceptions work in Solidity Language.
-
Learn Solidity: Events & Logging in Solidity
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn how to declare & use events for logging in Solidity Language.
-
Learn Solidity: Importing Ethereum Smart Contracts
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn how to import Ethereum smart contracts in Solidity Language.
-
Learn Solidity: Inheriting Smart Contracts
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn how to inherit & extend existing smart contracts in Solidity Language.