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

💥 Implement ERC-20 Standard Token #17

Merged
merged 9 commits into from
Oct 24, 2022
Merged

💥 Implement ERC-20 Standard Token #17

merged 9 commits into from
Oct 24, 2022

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Oct 24, 2022

This PR implements the ERC-20 token standard in Vyper. Also, it adds a basic draft version (=placeholder) of the ERC-721 token standard. The final ERC-721 implementation will be however part of a future PR.

Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
@pcaversaccio pcaversaccio added the feature 💥 New feature or request label Oct 24, 2022
@pcaversaccio pcaversaccio self-assigned this Oct 24, 2022
@pcaversaccio pcaversaccio linked an issue Oct 24, 2022 that may be closed by this pull request
@pcaversaccio pcaversaccio changed the title 🫵 ERC-20 Implementation 👻 ERC-20 Implementation Oct 24, 2022
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
@pcaversaccio pcaversaccio marked this pull request as ready for review October 24, 2022 11:06
@pcaversaccio
Copy link
Owner Author

I will add unit tests later.

@pcaversaccio pcaversaccio merged commit 0e853e6 into main Oct 24, 2022
@pcaversaccio pcaversaccio deleted the erc20 branch October 24, 2022 11:07
@pcaversaccio pcaversaccio changed the title 👻 ERC-20 Implementation 💥 Implement ERC-20 Standard Token Feb 1, 2023
@pcaversaccio pcaversaccio added optimisation ⚡️ Code optimisations (e.g. gas improvements) refactor/cleanup ♻️ Code refactorings and cleanups labels Feb 1, 2023
@pcaversaccio pcaversaccio added this to the 0.0.1 milestone Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 💥 New feature or request optimisation ⚡️ Code optimisations (e.g. gas improvements) refactor/cleanup ♻️ Code refactorings and cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💥 ERC-20 Token Implementation
1 participant