-
Notifications
You must be signed in to change notification settings - Fork 113
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
NEP: Security Token Standard #98
base: master
Are you sure you want to change the base?
Conversation
Security Token Standard first commit.
@joeqian10 I opened a pull request to clean up some of the grammar/spelling: joeqian10#1 |
Cleaned up English and formatting
@WyattMufson PR merged and thanks for reviewing it. |
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.
This is an interesting proposal and standard!
At the beginning, I had the feeling that NEP could handle Security Token standard.
However, this proposal has some peculiarities and applied functions. Sounds very good.
@vncoelho I had the same feeling with you at first since we don't have a standard for partially fungible token (PFT). Security tokens (ST) are basically partially fungible tokens. When we start to create this ST standard, we have two ways: the first is to create a PFT standard and a ST standard based on it; the second is to use existing standards. Finally we chose the second one and came up this |
Submitted a PR fixing some typos. |
Fix freezed -> frozen
@corollari 一丁, thank you, and your PR is merged. |
APIs: addInvestorToWhitelist -> addInvestorsToWhitelist removeInvestorFromWhitelist -> removeInvestorsFromWhitelist addInvestorToBlacklist -> addInvestorsToBlacklist removeInvestorFromBlacklist -> removeInvestorsFromBlacklist mintToken -> mint burnToken -> burn events: TokenMinted -> Minted TokenBurned -> Burned
modify some APIs and events
All management methods should be removed from the standard. |
Security Token Standard draft created by the collaboration of Liquefy and NGD.