beaker icon indicating copy to clipboard operation
beaker copied to clipboard

Beaker helps streamlining CosmWasm development workflow.

Results 34 beaker issues
Sort by recently updated
recently updated
newest added

This pull request introduces conditional compilation statements to enhance cross-platform compatibility, Now it compiles for both Windows and Unix-based operating systems.

I was trying to install Beaker using the command line and it got me this error: ```bash error: failed to run custom build command for openssl-sys v0.9.90 Caused by: process...

Has anyone tested this library in windows 10 OS. Is it supported in windows?

Trying to deploy the counter-example on testnet using the following commands -> ```sh $ cargo install -f beaker $ beaker --version beaker 0.1.7 $ beaker new counter-dapp # chose counter-example...

This PR aims at adding cw-orchestrator directly into beaker. We added cw-orch into the [cw-minimal-template](https://github.com/osmosis-labs/cw-minimal-template/pull/1) as well. You can find the docs for this library here : https://orchestrator.abstract.money/ This library...

daemon CLI does not works as per doc, people suggest writing JS code. so beaker can do that job too

``` nix run .#beaker -- wasm store-code ./result/lib/cw_xc_gateway --signer-mnemonic "$CI_COSMOS_MNEMONIC" ``` expands to ``` artifacts./result/lib/cw_xc_gateway ``` expected ``` /result/lib/cw_xc_gateway ```

Wondering how it's possible to use beaker toolchain for Sei deployment rather than Osmosis and how to configure chain for it. Sei docs for reference: https://docs.seinetwork.io/smart-contracts-and-local-development/sei-tool-guide

Allow script to execute / query chain. depends on: https://github.com/osmosis-labs/osmosis-rust/issues/73