ComposableFi / composable

Picasso Kusama and Composable Polkadot parachains
https://www.composable.finance
120 stars 70 forks source link

feat(devnet): fixes for cvm/mantis config/init #4376

Closed dzmitry-lahoda closed 11 months ago

dzmitry-lahoda commented 12 months ago

Required for merge:

Makes review faster:

github-actions[bot] commented 12 months ago

Pull reviewers stats

Stats of the last 30 days for composable: User Total reviews Time to review Total comments
RustNinja 13 6h 51m)) 0
dzmitry-lahoda 12 1h 16m)) 3
kkast 9 2h 23m)) 1
0xBrainjar2 3 22h)) 0
blasrodri 2 3d 5m)) 0
JafarAz 2 6h 22m)) 0
mina86 1 14h 14m)) 2
vmarkushin 1 2h 43m)) 0
rjonczy 1 5d 5h 7m)) 0
github-actions[bot] commented 12 months ago
# run Composable node
nix run "github:ComposableFi/composable/refs/pull/4376/merge" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# run local Picasso DevNet (for CosmWasm development)
nix run "github:ComposableFi/composable/refs/pull/4376/merge#devnet-picasso" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# CosmWasm on Substrate CLI tool
nix run "github:ComposableFi/composable/refs/pull/4376/merge#ccw" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# run cross chain devnet with Dotsama and Cosmos nodes 
nix run "github:ComposableFi/composable/refs/pull/4376/merge#devnet-xc-fresh" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed 
# or same with docker
nix build "github:ComposableFi/composable/refs/pull/4376/merge#devnet-xc-image" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed \
&& docker load --input result && docker run -it --entrypoint bash devnet-xc:latest -c /bin/devnet-xc-fresh 

About nix