-
Notifications
You must be signed in to change notification settings - Fork 9
Example: Add plugins for Stellar #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
ck_staging_AFSYCcNtk7ZmspyimAPL6hbySbTcWsfKJe2yUQMBbBgB7vP5E8C7TSDXdEQbdYxmH2w4Ubqzovhapd7JURdJeDcJrZdF8rsnDwWVkoPtJaEWNEAfAUNcgLJnHzeXVxuxXL3LjpZFRA9Jnjj4HMUmx8pA6vB47QXZ1Wt9sWuAa3d2tVXBhT2uNfGkbDMwPJFW5FVULiZeM6rhW76pZso1fMUd // listen to webhook ingestion |
| </div> | ||
| <TransferFunds /> | ||
| <Activity /> | ||
| {wallet?.chain !== "stellar" && <Activity />} |
There was a problem hiding this comment.
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"> |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
Example of creating a Stellar Smart Wallet with plugins during wallet creation