Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.13 KB

File metadata and controls

42 lines (29 loc) · 2.13 KB

Function Value

This repository demonstrates testing of Move 2 "function value" (function pointer) features with a simple VRF-like request/response flow.

Structure

What it demonstrates

Notes / Suggested improvements

Compile Code

  • Run client tests:
aptos move compile --package-dir supra_vrf

aptos move compile --package-dir client

Run tests

Use your Aptos/Move toolchain to run package unit tests. Example (tooling may vary):

  • Run client tests:
aptos move test --package-dir client