Introduction to the SDK
The SDK allows you to build authentication and authorization into your application in a few lines of code.
This page will help you get quickly up to speed with the SDK and all of its features so that you can easily build authentication and authorization into your application. These are the three steps to go from zero to a full Dynamic implementation:
Quickstart
The quickstart will get you up and running with a basic Dynamic UI in a few minutes. It covers using Ethers or Viem, React or NextJS and Wagmi or the native Dynamic hooks.
Tutorial
The implementation tutorial builds on the quickstart implementation and will get you used to using the different programmatic parts of the SDK to achieve common tasks like signing a transaction.
References
Dive deeper into all of the SDK functionality available. The references are a comprehensive list of all the different parts of the SDK and how to use them.
Note that for everything design, you should refer to the full design section in guides.
Was this page helpful?