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

Tutorial to create a PSP22 Token #13

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Conversation

GuiGou12358
Copy link
Contributor

In this tutorial we will see how to implement the PSP22 Fungible Token, an ERC20 equivalent on Astar Network or any Substrate Contracts Node with OpenBrush.

We will introduce:

  • All functions present in the PSP22 standard,
  • All extensions for PSP22 token,
  • All events emitted by the contract,
  • How to implement the security,
  • How to add custom logic.

Copy link
Collaborator

@Gunit2481 Gunit2481 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Gunit2481 Gunit2481 merged commit e274ab1 into AstarNetwork:main Feb 2, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants