osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Adding cw-orchestrator to beaker #127

Open Kayanski opened 10 months ago

Kayanski commented 10 months ago

This PR aims at adding cw-orchestrator directly into beaker.

We added cw-orch into the cw-minimal-template as well.

You can find the docs for this library here : https://orchestrator.abstract.money/

This library empowers users with their smart-contracts and allows them to script, test and more using a single intuitive syntax and without leaving the Rust programming language.

With this template, cw-orch integration has never been easier. The generated interface is available directly inside the template tests. An example test syntax can be found in the src/interface.rs file.