Smart Contracts
-
Learn Solidity: What’s Next?
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
No CommentsSince 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.
-
Learn Solidity: Creating Contracts via “new” Operator
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn how to create or instantiate a new contract using the “new” keyword in Solidity Language.
-
Learn Solidity: Abstract Contracts in Solidity
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn what are abstract contracts & how to use them in Solidity Language.
-
Fallback Function in Solidity
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will learn what is fallback function & how to use them in Solidity Language.