-
Notifications
You must be signed in to change notification settings - Fork 9
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: Add implementation and testing #1
Conversation
55dd1e4
to
e0ad3d9
Compare
feat: update README, Natspec, formatting
e0ad3d9
to
6debbb2
Compare
10c032e
to
d6f7f48
Compare
src/ERC20.sol
Outdated
} | ||
|
||
/*********************************/ | ||
/*** ERC-20 External Functions ***/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the ERC-20
prefix is needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Remove.
src/ERC20.sol
Outdated
} | ||
|
||
/*********************************/ | ||
/*** ERC-20 External Functions ***/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERC20User is not functional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a more functional ERC20User
No description provided.