But setting up even just one dry-run command seems to take a really intense amount of knowledge? I can't seem to figure out how to hit the Tokens() entry point for example.
$ ligo run dry-run nft_assets/ligo/src/fa2_nft_asset.mligo -e nft_asset_main
Invalid command line argument.
The provided entrypoint is not found in the contract.
It's arcane how to to use the contract's API/entry points.
How exactly do I reference the entry points of
fa2_nft_asset.mligo
?I can manage to compile with
But setting up even just one dry-run command seems to take a really intense amount of knowledge? I can't seem to figure out how to hit the
Tokens()
entry point for example.It's arcane how to to use the contract's API/entry points.