# Redpanda Golang WASM Transform To get started you first need to have at least go 1.20 installed. You can get started by modifying the transform.go file with your logic. Once you're ready to test out your transform live you need to: 1. Make sure you have a container running via rpk container start 1. Run rpk transform build 1. Create your topics via rpk topic create 1. Run rpk transform deploy 1. Then use rpk topic produce and rpk topic consume to see your transformation live!