Martín Triay
Martín Triay
Is there any advantage of using `nile.toml` instead of `pyproject.toml` though?
Being a JS developer forced into python because of Cairo I can confirm I don't know how to use these files. That being said, I'm not sure how feasible it...
actually this issue should be about moving them from [Contracts for Cairo's subpage](https://docs.openzeppelin.com/contracts-cairo/0.5.1/utilities) to Nile's
Possibly, what's the use case you have in mind? I guess having the flexibility wouldn't hurt that much, but the artifact's location is assumed throughout Nile's codebase.
> Hi @potti. That's an issue coming from starknet-devnet installation. The current starknet-devnet version only supports python until 3.9, and you are using 3.10. it's not devnet but [Cairo itself](https://github.com/starkware-libs/cairo-lang/pull/43)....
the PR addressing this should be mindful of other possible [node instances running at the same time](https://github.com/OpenZeppelin/openzeppelin-nile-upgrades/pull/23#issuecomment-1325684831)
I'd say we start with steps since it's the closer to get gas/fee estimations we can get but it can be improved over time. In the meantime, why not both?
Can anybody reproduce this issue?
Can reproduce the error, although `nile init` finished successfully despite it.
Hello @allanairet-cloud, could you expand a little more on what kind of problem are you having? Thanks!