loambuild / loam

build, deploy, and maintain ambitious smart contracts. monorepo for Loam SDK, CLI, and shared tools.
https://loam.build
2 stars 7 forks source link

Merge with Smart Deploy #169

Open chadoh opened 3 weeks ago

chadoh commented 3 weeks ago

Merge of Smart Deploy Backend Components and LOAM Frontend Components

Brief description

As we prepare to launch on Mainnet, we are integrating the functionality previously provided by Smart Deploy into Loam. This includes features now available directly through the stellar-cli, such as aliases. The integration process involves breaking down the current Smart Deploy smart contract into three distinct contracts and incorporating them with new commands: loam publish, loam deploy, and loam install.

How to measure completion

The completion can be measured by ensuring that the loam-cli provides all features currently available in the Smart Deploy CLI. Additionally, the successful deployment of the newly structured contracts to the Mainnet will be a key indicator. Finally, the verification that the loam publish, loam deploy, and loam install commands work seamlessly with the new contracts will confirm the integration's success. Everything will be available as open source on our repository.