This post will teach you how to work with Truffle and Ganache. It is a simple guide on how to start mastering these two very useful tools. In this tutorial, for demonstration purposes, we will work on a simple Hello World smart contract. Following each step will help you understand how to start developing and…
Tag: smart contracts
Set up your first Decentralised Application
This post will guide you through the initial steps in building your first decentralised application (Dapp) using Smart Contracts. I chose the Ethereum network and the Solidity programming language as they are the most widely used and they already have a few great tools that support the development process. Nonetheless, the most basic option for…