Welcome to our beginners guide to Ethereum contracts and dApp development. This tutorial is aimed at hackathon participants who are getting setup to quickly build something from scratch.
To orchestrate this process we're going to use Buidler, which is a task runner that facilitates building on Ethereum. It helps developers manage and automate the recurring tasks that are inherent to the process of building smart contracts and dApps, as well as easily introducing more functionality around this workflow. This means compiling and testing at the very core.
Buidler also comes built-in with Buidler EVM, a local Ethereum network designed for development. It allows you to deploy your contracts, run your tests and debug your code.
In this tutorial we'll guide you through:
console.log()
using Buidler EVMTo follow this tutorial you should be able to:
If you can't do any of the above, follow the links and take some time to get learn the basics.