git clone https://github.com/osmosis-labs/LocalOsmosis
make startdbeaker wasm deploy counter --signer-account test1 --raw '{ "count": 0 }' --network testnet
.deploy counter -- --signer-account test1 --raw '{ "count": 1 }'
sc = contract.counter.signer(account.test1)
sc = contract.counter.signer(account.test1)
await sc.getCount()
await sc.increment()
await sc.decrement()
await sc.decrement()
beaker wasm ts-gen counter
beaker console