Neo Rust SDK Playground

Experiment with Neo Rust SDK code in this interactive environment

// Output will appear here when you run the code

About the Playground

The Neo Rust SDK Playground allows you to experiment with code examples and test ideas without setting up a local development environment. This playground uses Netlify Functions to execute your code in a secure sandbox environment.

Playground Features

  • Write and run Rust code with Neo SDK imports
  • Pre-loaded examples for common use cases
  • Syntax highlighting and code formatting
  • Secure execution environment
  • Real-time output display

For more complex examples or to work with a full project, check out our Examples section or the GitHub repository.