solana-developers / solana-cookbook

https://solanacookbook.com/
607 stars 340 forks source link

Update Deprecated Keypair Method in Solana Python SDK Examples #595

Open CSWellesSun opened 5 months ago

CSWellesSun commented 5 months ago

This PR updates the Python SDK usage examples in the solana-cookbook to replace the deprecated Keypair.from_string method with the current Keypair.from_base58_string.

The from_string method is no longer supported in the latest versions of the Solana Python SDK, and its usage can lead to errors for users. This update ensures the examples in the documentation are up to date and functional.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solana-cookbook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 2:32pm
CSWellesSun commented 5 months ago

@jacobcreech could you review the PR?