Introduction
In the following tutorials, you'll learn how Trial Accounts work behind the scenes and how to create a basic drop that can be used to instantly sign a user into the guest-book app. You'll also learn about the underlying flow for the official Keypom wallet selector plugin and how it's used to create instant sign-in experiences for users.
Prerequisites
In order to successfully complete the tutorials, you'll need to have the following:
Project Structure
In this section, you'll prepare the project structure that will be used in the following tutorials. The core of the project is found in the Keypom Docs Examples repository.
First, you'll want to clone the repo:
git clone https://github.com/keypom/keypom-docs-examples.git && cd keypom-docs-examples
Second, install the dependencies for the SDK:
yarn install
At this point, all the dependencies should be installed and you're ready to move on to the next step which is creating the trial drop.