beaker 0.1.8

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

* **`console`** : ConsoleConfig  
  
   > 
  
  * **`account_namespace`** : bool  
    
     > 
     > Put all accounts under `account` namespace in console context if set true.  
     > Otherwise, they will be available in global namespace  
     > 
    
    
  
  * **`contract_namespace`** : bool  
    
     > 
     > Put all contracts under `contract` namespace in console context if set true.  
     > Otherwise, they will be available in global namespace  
     > 
    
    

---

## Default Config

```toml
[console]
account_namespace = true
contract_namespace = true
```