wormhole/near/node_builder.sh

12 lines
143 B
Bash
Executable File

#!/bin/bash
apt-get update
apt-get -y install libclang-dev jq
git clone https://github.com/near/nearcore
cd nearcore
make sandbox-release