Create client wallets and create your first NFT on Story in under 5 minutes
Create a developer account
Get an API Key
wallets.create
,
wallets.read
,
wallets:balance.read
,
wallets:transactions.create
,
wallets:transactions.read
,
users.read
,
users.create
.Check the “JWT Auth” box.This allows your API key to create new client wallets.Setup Application
Configure Story's Chain
story-testnet
as the defaultChain
property.Format Login Component
Specify the NFT Contract
Create a React Component for the Transaction
Add the Transaction Component to the App
useWallet
hook to manage wallet state and pass it to the transaction component.