Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT operations - support transfer and burn #57

Open
elv-serban opened this issue Jul 15, 2022 · 0 comments
Open

NFT operations - support transfer and burn #57

elv-serban opened this issue Jul 15, 2022 · 0 comments
Assignees

Comments

@elv-serban
Copy link
Contributor

elv-live

As a tenant:

  • tenant_mint - asks 'authority service' to mint on behalf of tenant EXISTING
  • tenant_burn - (needs to be supported by the proxy) DON'T NEED RIGHT NOW

As a contract owner:

  • nft_mint - submit blockchain transaction to mint token to an address NEED BUT NOT URGENT

As a proxy owner:

  • nft_proxy_transfer - submits blockchain transaction directly (proxy transfer); requires gas EXISTING

A a token owner ('user') -

  • nft_transfer - ask 'authority service' to transfer on my behalf NEED
    • option to submit blockchain transaction directly ( option --auth-service) NEED BUT NOT URGENT
  • nft_burn - submits blockchain transaction directly NEED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants