Blockchain
-
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
-
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
-
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.