Open jrcarlos2000 opened 3 months ago
for issue 1:
In deploy script, skip contract declaration if it exists, this is a pending fix from snfoundry.
it's seems that [Starknet foundry](https://github.com/foundry-rs/starknet-foundry)
we use is version 0.27.0
and the latest version is 0.30.0
, we could use api like this to skip declare if it have been declared. it's seems that we could not now what if the contract have been declared in 0.27.0
.could i upgrade this package? so that i could use this api
https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library/declare.html#declare
Issue Overview
Currently this branch supports deployment scripts fully written in cairo. It uses Starknet foundry
Some pending TODOs are ( in order of priority ):
scarb.toml
files, since this all use the same versions of cairo and starknet, are we able to have only onescarb.toml
, or one single project that has scripts, tests and contracts. This will def have a better UX..env
and avoid passing params like--account
when running it.main
main
. In order to have this by default, the speed has to be same or faster.