multiversx / mx-sdk-rust-contract-builder

Docker image (and wrappers) for reproducible contract builds (Rust).
MIT License
1 stars 2 forks source link

added possibility to build an individual contract from within the project #7

Closed ovidiuolteanu closed 1 year ago

ovidiuolteanu commented 1 year ago

Added possibility to build an individual contract from within a project root directory. This is useful in projects with multiple contracts inside the root directory and/or shared modules located on the same level as the contracts.

ovidiuolteanu commented 1 year ago

Tested latest modifications and fixes and they're working now. Good to review.