Skip to content

Instantly share code, notes, and snippets.

@da-blog
Created August 1, 2023 16:31
Show Gist options
  • Save da-blog/8f13421f623f05656970a5fd36233dc3 to your computer and use it in GitHub Desktop.
Save da-blog/8f13421f623f05656970a5fd36233dc3 to your computer and use it in GitHub Desktop.
do
assetCid <- create Asset with
owner
amount = 5.0
asset1 <- fetch assetCid
let
asset2 = Asset with
owner
amount = 5.0
asset1 === asset2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment