Neo Rust SDK Playground

Explore Neo Rust SDK code examples in this interactive environment

use neo::prelude::*;
fn main() -> Result<()> {
// Create a new wallet
let wallet = Wallet::new();
// Print the wallet address
println!("New wallet address: {}", wallet.address());
Ok(())
}

Neo Rust SDK Playground

This playground allows you to experiment with the Neo Rust SDK in a sandboxed environment.
Your code is executed securely with resource limits and safety checks.

Features:

  • ✅ Real Rust code execution with Neo3 SDK
  • ✅ Secure sandboxed environment
  • ✅ Resource limits (30s timeout, 1MB output)
  • ✅ Multiple language support (Rust, JavaScript, Python)
  • ✅ Rate limiting for fair usage

For production applications, please use the Neo Rust SDK in your local development environment.

About the Playground

The Neo Rust SDK Playground allows you to explore code examples and understand how to use the SDK without setting up a local development environment. While this demo version doesn't execute code, it helps you get familiar with the syntax and patterns used in Neo Rust SDK development.

Learning Resources