# Rust SDK > Server-side Rust SDK for EVM and SVM wallets (beta). - [Rust SDK Quickstart](https://www.dynamic.xyz/docs/rust/quickstart.md) — Create server-side embedded wallets and sign on EVM and Solana with the Dynamic Rust SDK. - [Storage Best Practices](https://www.dynamic.xyz/docs/rust/storage-best-practices.md) — How to persist wallet state in your Rust backend — what to cache, what to vault. ### EVM - [Create EVM Wallet](https://www.dynamic.xyz/docs/rust/evm/create-wallet.md) — Learn how to create and manage EVM server wallets with Dynamic's Rust SDK - [Delegated Access for EVM Wallets](https://www.dynamic.xyz/docs/rust/evm/delegated-access.md) — Sign messages on behalf of users with their permission using delegated access - [Export EVM Private Key](https://www.dynamic.xyz/docs/rust/evm/export-private-key.md) — Export the raw EVM private key from a Dynamic MPC wallet for migration or disaster recovery - [Sign EVM Messages](https://www.dynamic.xyz/docs/rust/evm/sign-messages.md) — Sign messages with EIP-191 using Dynamic's Rust SDK for EVM chains ### SVM - [Create SVM Wallet](https://www.dynamic.xyz/docs/rust/svm/create-wallet.md) — Create Solana server wallets with Dynamic's Rust SDK - [Delegated Access for SVM Wallets](https://www.dynamic.xyz/docs/rust/svm/delegated-access.md) — Sign Solana messages on behalf of users with their permission using delegated access - [Export SVM Private Key](https://www.dynamic.xyz/docs/rust/svm/export-private-key.md) — Export the raw Ed25519 private key from a Dynamic Solana MPC wallet - [Sign SVM Messages](https://www.dynamic.xyz/docs/rust/svm/sign-messages.md) — Sign Ed25519 messages with Dynamic's Rust SDK for Solana