Results 36 comments of beguene

@hugocaillard Yes this should work. Is `initVM` compute or memory intensive ? Looks like it's expecting a [Clarinet.toml](https://github.com/hirosystems/clarinet/blob/develop/components/clarinet-sdk/src/index.ts#L240). Does this mean we also need all the contracts files in a...

Got it @hugocaillard ! Sounds good to me. We anyway rely a lot on the Clarinet.toml for deployment plan and devnet so we can continue like this. Regarding the folder,...

@hugocaillard We do have the actual filesystem so everything should work fine. We access it via a custom nodejs server and indeed we use `node:fs` to interact with the user's...

Nice! This is good to know. Yes, we missed it because we started working on deployment plan before this was available, but we use the `devnet package` command for our...

I think we discussed that it's a bit too restrictive. We could follow this principle of 'one component per file if possible' (in our PR review) but not make a...