Skip to content

Conversation

@maxisch
Copy link

@maxisch maxisch commented Aug 22, 2025

Example of creating a Stellar Smart Wallet with plugins during wallet creation

@vercel
Copy link

vercel bot commented Aug 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
wallets-quickstart Ready Ready Preview Comment Aug 25, 2025 0:51am

@rockinem
Copy link

ck_staging_AFSYCcNtk7ZmspyimAPL6hbySbTcWsfKJe2yUQMBbBgB7vP5E8C7TSDXdEQbdYxmH2w4Ubqzovhapd7JURdJeDcJrZdF8rsnDwWVkoPtJaEWNEAfAUNcgLJnHzeXVxuxXL3LjpZFRA9Jnjj4HMUmx8pA6vB47QXZ1Wt9sWuAa3d2tVXBhT2uNfGkbDMwPJFW5FVULiZeM6rhW76pZso1fMUd
// endpoint.js

// listen to webhook ingestion
export default function handler(req, res) {
if (req.method === "POST") {
console.log([webhook] Successfully minted ${req.body.id});
}
res.status(200).json({});
}

</div>
<TransferFunds />
<Activity />
{wallet?.chain !== "stellar" && <Activity />}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x66C743F33c777bDCCD0294f52583D3618Dfb70970x27efA8852Ee34fF1E616639BB5bB0820602ACE560x745188c8D8F04A66863f67411898268C63CFb6550x0b5C76a75F9675E0c8c94cd8d7A89Bdc9E52ABC0

</div>

{/* Main Dashboard Grid */}
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete it

throw new Error("NEXT_PUBLIC_CROSSMINT_API_KEY is not set");
}

const chain = (process.env.NEXT_PUBLIC_CHAIN ?? "solana") as any;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amount erc-20

# Check all supported chains: https://docs.crossmint.com/introduction/supported-chains
NEXT_PUBLIC_CHAIN="solana" # "base-sepolia", "stellar", etc.
# List of plugins separated by commas. Only stellar supported for now.
NEXT_PUBLIC_PLUGINS="CDXHOOIEHL2ITNZUQ7XF7A5VJCSLT3KFTML4HTWBMR4FIT6PAXP5BIXR"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK check when it's been active at least and see if the transactions going out match at all and see if it's down and delete it if you want to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants