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

Updated from ERC20 to TRC20 with docs. #138

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

astitvsingh
Copy link

Updated from ERC20 to TRC20 with a little crisp documentation of TRC20 Standards in README.md file.

Create README.md
Update README.md

Added TRC20 abstract to the README.md file
The changes made in this commit are as follows :
~ Rename of file from `IERC20.sol` to `ITRC20.sol`.
~ Rename of interface contract from `IERC20` to `ITRC20`.
~ Updated the corresponding `@dev` note accordingly for the updated interface contract.
The changes made in this commit are as follows :
~ Rename of file from `IERC20.sol` to `ITRC20.sol`.
~ Rename of contract from `ERC20Detailed` to `TRC20Detailed`.
~ Updated the corresponding `@dev` note accordingly for the updated contract.
~ Updated the corresponding `imports` accordingly for the updated contract.
The changes made in this commit are as follows :
~ Rename of file from `ERC20.sol` to `TRC20.sol`.
~ Rename of contract from `ERC20` to `TRC20`.
~ Updated the corresponding `@dev` note accordingly for the updated contract.
~ Updated the corresponding `imports` accordingly for the updated contract.
~ Updated the corresponding contract.
The changes made in this commit are as follows :
~ Updated the corresponding `@dev` note accordingly for the updated contract.
~ Updated the corresponding `imports` accordingly for the updated contract.
~ Updated the corresponding contract.
Updated `README.md` file with the TRC 20 standards.
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.

1 participant