Introduction
In this quickstart, you will create new user wallets on Story and use passkeys for sending transactions using this wallet. By the end of this guide, you’ll be able to:- Create client-side wallets on Story Protocol
- Configure multiple authentication methods
- Mint your first NFT using the wallet
Preparation Steps
Create a developer account
To get started, create a developer account in the Crossmint Staging Console. Open that link, sign in, and accept the dialog to continue.
Crossmint offers two consoles: staging, for development and testing, and
production.
Create Client Wallets
Setup Application
Follow the React Wallets Quickstart guide to use Crossmint’s Wallets SDK in your application.
Format Login Component
Adjust the login component’s style to match your application’s design. You can experiment with it here.

Send Arbitrary Transaction
Specify the NFT Contract
Define the address and interface (ABI) of the NFT smart contract on Story Protocol.
Create a React Component for the Transaction
Create a user-friendly interface that:
- Displays the transaction status
- Allows users to send an arbitrary transaction to the NFT contract
- Displays the transaction hash and a link to the Story Explorer

