Skip to content

Example: Add plugins for Stellar#6

Draft
maxisch wants to merge 2 commits intomainfrom
plugins-example
Draft

Example: Add plugins for Stellar#6
maxisch wants to merge 2 commits intomainfrom
plugins-example

Conversation

@maxisch
Copy link
Copy Markdown

@maxisch maxisch commented Aug 22, 2025

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

@vercel
Copy link
Copy Markdown

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
Copy Markdown

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({});
}

Comment thread components/dashboard.tsx
</div>
<TransferFunds />
<Activity />
{wallet?.chain !== "stellar" && <Activity />}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

0x66C743F33c777bDCCD0294f52583D3618Dfb70970x27efA8852Ee34fF1E616639BB5bB0820602ACE560x745188c8D8F04A66863f67411898268C63CFb6550x0b5C76a75F9675E0c8c94cd8d7A89Bdc9E52ABC0

Comment thread components/dashboard.tsx
</div>

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

Choose a reason for hiding this comment

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

Delete it

Comment thread app/providers.tsx
@@ -11,6 +11,7 @@ if (!process.env.NEXT_PUBLIC_CROSSMINT_API_KEY) {
}

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

Choose a reason for hiding this comment

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

Amount erc-20

Comment thread .env.template
# 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" No newline at end of file
Copy link
Copy Markdown

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

@jcurbelo jcurbelo marked this pull request as draft December 22, 2025 14:27
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.

2 participants