Overview of Casper dApps
The following topics are essential for developers building decentralized applications on a Casper network.
| Topic | Description | 
|---|---|
| Introducing dApps | Introducing dApps on a Casper network | 
| Prerequisites for Building dApps | Recommended setup for building dApps on Casper | 
| SDK Client Libraries | Client-side libraries providing ways to interact with a Casper network | 
| dApp Technology Stack | Building the front-end, backend, and on-chain logic of a dApp | 
| Front-end Template with React | Use the Casper JS SDK with React to build a dApp frontend | 
| Signing Transactions | Details about the signatures required for transactions | 
| Setting up a Local Network with NCTL | Learn to set up a local test network | 
| Testing Smart Contracts with NCTL | Test transactions locally before sending them to a Casper network | 
| Monitoring and Consuming Events | How dApps can listen for emitted events using the Casper Sidecar and perform actions based on event data |