I am going to be honest, I am a python guy with very little js knowledge. To which I am going to work diligently to improve upon.
I recently went through the NFT Tut - Deploy with Truffle which was great. And very informative.
I want to know if there is a simple method to deploy more than 1 contract with this method? I’m looking at this Counters.json file and wondering how I would incorporate that into the preset? So that the preset starts at 0 and increments to a set value?
I would just like some guidance so that I don’t spend the next 40 hours looking in the wrong area. I’ve considered using eth-brownie but it still requires js, so it makes sense to me to try and work from here.
Thanks for your input.