Skip to content
On this page

Introduction to Smart Contracts

Prerequisites

Outline of What to Expect:

Here is how we should generally approach the development of our code for our dApp smart contract:

  1. Determine our contract entry points and use them to develop our .proto file.

  2. Generate a boilerplate using our entry points.

  3. Copy the boilerplate file and begin developing our entry point logic.