Blockchain Examples of Blockchain Games (and how they work) Most people are aware that blockchain is a new paradigm for information exchange and app creation, but they may be less aware that blockchain is also positioned to shake up the gaming industry. Games…
Smart Contracts How to Create a Burnable Token with Solidity and OpenZeppelin Library In a previous tutorial, we created and created a capped a timebound crowdsale. Now, we review how to create a “burnable token”. Making a burnable token is accomplished by sending tokens to an address…
Ethereum How To Build A Simple Capped Crowdsale Token Using OpenZeppelin Library — Part 2 In Part 1, we built a capped ExampleToken. In this article, we will dive into crowdsale contract ExampleTokenCrowdsale and understand its inner workings. This contract also defines a constructor…