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

feat: local fungibles pop api integration #65

Closed
17 tasks done
Tracked by #88
Daanvdplas opened this issue Apr 2, 2024 · 0 comments · Fixed by #132
Closed
17 tasks done
Tracked by #88

feat: local fungibles pop api integration #65

Daanvdplas opened this issue Apr 2, 2024 · 0 comments · Fixed by #132
Assignees

Comments

@Daanvdplas
Copy link
Collaborator

Daanvdplas commented Apr 2, 2024

Following the psp22 interface we have the following functions:

PSP-22 Interface

  • total_supply
  • balance_of
  • allowance
  • fn transfer
  • fn transfer_from
  • fn approve
  • fn increase_allowance
  • fn decrease_allowance

PSP-22 Metadata Interface

  • token_name
  • token_symbol
  • token_decimals

Extra (to provide functionality to create and destroy assets and its metadata):

  • fn create
  • fn start_destroy
  • fn set_metadata
  • fn clear_metadata

Burnable and Mintable extension:

  • burn
  • mint
@Daanvdplas Daanvdplas changed the title feat: support pallet assets with pop api feat: local assets pop api integration May 15, 2024
@Daanvdplas Daanvdplas changed the title feat: local assets pop api integration feat: local fungibles pop api integration May 15, 2024
@Daanvdplas Daanvdplas changed the title feat: local fungibles pop api integration feat: local fungibles pop api integration [DRAFT] May 23, 2024
@r0gue-io r0gue-io deleted a comment from al3mart Jun 5, 2024
@r0gue-io r0gue-io deleted a comment from brunopgalvao Jun 5, 2024
@Daanvdplas Daanvdplas self-assigned this Jun 5, 2024
@Daanvdplas Daanvdplas changed the title feat: local fungibles pop api integration [DRAFT] feat: local fungibles pop api integration Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants