diff --git a/cadence/scripts/test/get_block_height.cdc b/cadence/scripts/test/get_block_height.cdc
new file mode 100644
index 00000000..cd95b66d
--- /dev/null
+++ b/cadence/scripts/test/get_block_height.cdc
@@ -0,0 +1,4 @@
+access(all)
+fun main(): UInt64 {
+    return getCurrentBlock().height
+}
\ No newline at end of file