Skip to content

Instantly share code, notes, and snippets.

@polluterofminds
Last active February 26, 2021 16:49
Show Gist options
  • Save polluterofminds/b3f59cba354c88d8d3c5cc5c95682d78 to your computer and use it in GitHub Desktop.
Save polluterofminds/b3f59cba354c88d8d3c5cc5c95682d78 to your computer and use it in GitHub Desktop.
1 - PinataPartyContract
pub contract PinataPartyContract {
pub resource NFT {
pub let id: UInt64
init(initID: UInt64) {
self.id = initID
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment