You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note this has no scripts like the wasmd one does, but rather you must call docker from your scripts. eg docker run -p 26657:26657 -p 26656:26656 -v ~/.simapp:/root/.simapp simapp simd init test-chain
Note that simapp looks for both simcli and simd config in /root/.simapp, so you may want to mount them on different dirs. Also, there is a pending PR to merge them into one simd binary
In order to test the upcoming @cosmjs/sdk39, we need a version of gaia running in the CI.
Examples scripts:
This includes 3 things
The text was updated successfully, but these errors were encountered: