N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Update template contract to provide scaffolding for Update method (C#) #74

Closed djnicholson closed 3 years ago

djnicholson commented 3 years ago

See: https://docs.neo.org/docs/en-us/develop/write/update.html

devhawk commented 3 years ago

Stike "consider". Absolutely do this

djnicholson commented 3 years ago

Destroy isn't really needed, because if a user decides to destroy their contract they can first update it with new code that just contains a Destroy method (best to make accidental destruction harder).