pcaversaccio / createx

Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
https://createx.rocks
GNU Affero General Public License v3.0
304 stars 18 forks source link

♻ Add Formatting Configurations #3

Closed pcaversaccio closed 1 year ago

pcaversaccio commented 1 year ago

This PR adds all the formatting configurations we need. I use Hardhat since I prefer it over cast for chainops stuff and I also use prettier in order to prettify md, yml, and other file formats. I also add feature, issue, and PR templates, as well as Slither is now part of the CI.

pcaversaccio commented 1 year ago

@mds1 thanks for the review and the inputs - will make a final run-through tomorrow morning and will merge thereafter.

mds1 commented 1 year ago

Sounds great, just leave a comment or re-request review from me if you want me to take another look before merge!

pcaversaccio commented 1 year ago

@mds1 After reviewing again I made the following additions:

Once you approve these changes, we can merge :-D!