-
Notifications
You must be signed in to change notification settings - Fork 102
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
Create NEP-5 template for Neo3 #152
Comments
If we are scoping the LTS and NEO 3.0 as different; should we also segregate (or designation a field in) NEPs to indicate which chain they will target? |
@lllwvlvwlll as far as I know, everything from now on will be NEO 3. |
Specifically, I think its good to list For NEP-5 specifically, there is a precedence for listing ICO template examples in various languages inside the NEP. I believe we should change this to have 1 NEP-5 template (not ICO template) for each language in the NEP instead. |
@lllwvlvwlll I agree with you. |
@lllwvlvwlll this won't be a problem, because Neo3 compiler will generate a NEF file (instead of raw AVM). This is more similar to other vm codes (like webassembly), so if someone tries to deploy wrong contract on network, that won't work (due to Devpack can also create special namespace NEO3 instead of NEO.... to differentiate from other devpack (although package versioning may do this too, in a less visible way). |
I don't think this is cosmetic, this is a very important issue. |
Ops, sorry @igormcoelho. |
if is not an ICO template, we should remove the mint mechanism, for now |
I think its ICO template @shargon, like neo2.. and mintTokens is on nep5 spec, right? So its needed... whole scoped witnesses story was enhancing protection on this 😂 |
Then we should remove the note "This is not an ICO template" 😆 |
It may have changed since I last deployed a smart contract but when I had to call a method I needed to call the main method and send the method name as first parameter and the other ones as array of object, are we going to improve that? |
NEP-5
From Native NEP-5
From Neo-cli
Note: This is not an 'ICO' template, only NEP-5 (for now)
The text was updated successfully, but these errors were encountered: