-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat: Add plugin-nft-generation: create Solana NFT collections. #1011
feat: Add plugin-nft-generation: create Solana NFT collections. #1011
Conversation
Would it make sense to target the newer Core standard so minting costs are lower? Happy to help with that if you think it makes sense. |
Yes, that makes sense. Thanks for offering to help! |
not sure I like it having it's own webserver, seems to duplicate a lot of what direct-client offers in that regard but since direct-client isn't extensible yet, we'll allow it for now. But will likely need to be change this in the future. And convert these into actions agents can take. |
packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts
Outdated
Show resolved
Hide resolved
1 failing check because the secrets.OPENAI_API_KEY configuration is missing. |
packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts
Outdated
Show resolved
Hide resolved
packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts
Outdated
Show resolved
Hide resolved
…1 SOL sent to SOLANA_ADMIN_PUBLIC_KEY
# Conflicts: # agent/src/index.ts # packages/core/src/types.ts # pnpm-lock.yaml
Add plugin-nft-generation: support for creating Solana NFT collections.
Relates to:
N/A
Risks
Low - This plugin addition is isolated and doesn't affect existing functionality.
Background
What does this PR do?
The plugin supports creating Solana NFT collections through API integration and client interaction
What kind of change is this?
Features (non-breaking change which adds functionality)
Documentation changes needed?
Not required (environment variables are commented in .env.example)
Testing
Where should a reviewer start?
Detailed testing steps