Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 919 Bytes

README.md

File metadata and controls

55 lines (28 loc) · 919 Bytes

beaker

CosmWasm swiss-army knife configured for Osmosis by default, but trivial to make it work for other CosmWasm enabled chain.

Version: 0.1.8

Subcommands


beaker new

Create new workspace from boilerplate

Arguments:

  • <NAME> Workspace name

  • -t / --target-dir <TARGET_DIR>: Path to store generated workspace

  • -b / --branch <BRANCH>: Template's branch, using main if not specified


beaker wasm

Manipulating and interacting with CosmWasm contract

> beaker wasm's subcommands


beaker key

Managing key backed by system's secret store

> beaker key's subcommands


beaker console

Launch interactive console for interacting with the project

Arguments:

  • -n / --network <NETWORK> (default: local)

beaker task

Managing tasks for the project

> beaker task's subcommands