You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Modifiers are functions you can apply to other functions. They are really useful to make sure some prerequisite are met before calling a function. Let’s take a simple example. In the contracts we ...