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
Currently, one has to provide the chain binary path manually to set up the chain.
This creates extra layers of user interaction to set up an Atomkraft project.
Something as following would be appropriate.
atomkraft chain remote gh:cosmos/cosmos-sdk --ref "v0.45.8"
# clones the repository in `.atomkraft/src/cosmos-sdk`.
# compiles the binary and copy to `.atomkraft/bin/simd`.
# updates `chain.toml` accordingly
Also, this should ease writing E2E tests.
The text was updated successfully, but these errors were encountered:
Currently, one has to provide the chain binary path manually to set up the chain.
This creates extra layers of user interaction to set up an Atomkraft project.
Something as following would be appropriate.
Also, this should ease writing E2E tests.
The text was updated successfully, but these errors were encountered: