๐๏ธ DApp Components - Backend
To build a DApp, we have to first understand what are the different components that exists within a DApp.
๐๏ธ Tips - Ergo Syntax
Whatโs going on here?
๐๏ธ WIP Lesson 1. Knowledge - Env Set Up (Scala)
Let's dive in:
๐๏ธ WIP Lesson 1.1. Knowledge - Development Env Set Up (JavaScript)
Text here
๐๏ธ Lesson 2. Knowledge - Ergo Appkit Basics
Ergo-Appkit is a software development kit (SDK) created by the Ergo Platform team to make it easier for developers to build decentralized applications (dApps) on the Ergo blockchain. It provides a set of libraries and tools that simplify the process of creating and interacting with smart contracts and transactions on the Ergo blockchain.
๐๏ธ Lesson 3. Hands-On - Creating Tx via App Kit
We will use this proxy contract and Ergo AppKit to write the off-chain code for the transaction.
๐๏ธ Lesson 4. Hands-On - Your First Token
Before we show you the tutorial. Please try writing out some code on your own with the example from previous article. Once you've tried it. Come back to this article, and we will go through it step by step.
๐๏ธ Lesson 5. Hands-On - Your first NFT
Aight, we've made big progress. Let's write some code to mint your first token. To make it a little more challenging, we will be using the NFT Creator Proxy Contract in Lesson 6 of trail one to make it a tad bit more fun.