We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f7a47 commit 84071b9Copy full SHA for 84071b9
get-bas.sh
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+apt update
3
+apt install build-essential socat
4
+git clone https://github.com/Ankr-network/bas-devnet-setup bas --recursive
5
+cd bas
6
+make all
0 commit comments