We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a2a29 commit c23ec0eCopy full SHA for c23ec0e
examples/justfile
@@ -65,18 +65,6 @@ bulletin-solo-zombienet-start:
65
echo " Waiting for chain to start (15 seconds)..."
66
sleep 15
67
68
-# Run smoldot example with local Kubo
69
-run-authorize-and-store-smoldot: build npm-install
70
- #!/usr/bin/env bash
71
- set -e
72
-
73
- just setup-services
74
- node authorize_and_store_papi_smoldot.js
75
- EXAMPLE_EXIT=$?
76
- just teardown-services
77
78
- exit $EXAMPLE_EXIT
79
80
# Check if Docker is available and running
81
_check-docker:
82
#!/usr/bin/env bash
0 commit comments