Can’t create two contracts with the same structure but different arguments
Im noob in the smart contracts development. I have a .js script where every time a button of my app is pressed a smart contract is displayed with some parameters obtained through a form. I deployed my first contract “OpcionCompra” through the truffle terminal. Now I want to deploy another contract with different parameters but also “OpcionCompra”. However, in garnache I only get one contract, and, moreover, with the parameters of the one I gave at the beginning.