You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support monorepos so that people can have projects that contain both offchain and onchain code seamlessly.
This is also useful because perhaps someone wants to have many different aiken libraries within one git repository.
This is also kind of industry standard at this point and cargo from Rust is really good prior art.
We should ideally just copy cargo but only bring over the minimum amount we need for our goals. There is no need to have complete parity with cargo in regards to config files and monorepo setup.
The text was updated successfully, but these errors were encountered:
We need to support monorepos so that people can have projects that contain both offchain and onchain code seamlessly.
This is also useful because perhaps someone wants to have many different aiken libraries within one git repository.
This is also kind of industry standard at this point and cargo from Rust is really good prior art.
We should ideally just copy
cargo
but only bring over the minimum amount we need for our goals. There is no need to have complete parity withcargo
in regards to config files and monorepo setup.The text was updated successfully, but these errors were encountered: