Ethereum Solidity CRUD Tutorial, Part 2 — Testing Your Smart Contract with Truffle In the last tutorial, we have created a smart contract which performs some basic CRUD (create, read, update, delete) operation, let’s test that smart contract using Truffle. Truffle — Truffle is the…
Ethereum Solidity CRUD Tutorial, Part 1 — Building a Smart Contract with CRUD Operations This tutorial is targeted to beginner audience and Do not use this code/pattern in a production setting. Also, look into more in Solidity’s common patterns* Today, we will learn how to build a…