You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Development environment improvement
Motivation
Smart contract development environment has never been fully set in Yellow, and this have already caused some inconvenience in work process.
This issue aims at establishing dev env with the following properties:
Structure
Each improvement section is to be extracted and resolved as a separate issue in the order presented.
Improvements
Structure (see #13)
Change the structure of the project so that each file has a logical location and naming.
Plugins (see #14)
Add useful plugins, revise settings of existing ones and implement changes caused by those actions.
Packages (see #15)
Make sure the latest versions of packages are used, there is no unused packages and no vulnerabilities.
Relation to other Yellow departments (see #16)
Ensure other departments can easily access the information they need without SC team's help.
Tools (see #17)
Standartize external tools usage.
Gas benchmarks (see #18)
Introduce gas benchmarks to be able to optimise smart contracts easily.
CI/CD (see #19)
Introduce Continuous integration / Continuous development by adding GH actions or using other technologies.
The text was updated successfully, but these errors were encountered: