MULTIPLE SOLIDITY CONTRACTS
Are you curious how multiple solidity contracts interact and how you can use this in your own smart contract setup? In this post we will use two contracts to create a trust fund application that pays you interest in a utility token, another contract. We…
ERC20 TOKEN
Do you want to create your own ERC20 token on Ethereum? Here we program one and learn more on solidity while we’re at it. Tokens can be used for all kinds of things, not only to fuction as a currency. In future posts we will…
TRUFFLE SUITE
Do you want to publish smart contracts on the Ethereum blockchain? We are going to use the Truffle suite to deploy our first! In this post we are going to build a trust fund holder where you can release funds to someone after a set…
ETHEREUM REMIX
Don’t want to install stuff to get started creating smart contracts on the Ethereum blockchain? Use Ethereum remix to create and test your smart contracts! In this post we go over the basic functionalities of remix so you can get started fast. For a local…
ETHEREUM DEVELOPER
Are you interested in blockchain development but you don’t know where to begin? In this series we will get started with developing smart contracts on the Ethereum blockchain. Your first step in becoming a Ethereum developer. The goal of this first post is to get…