wormhole/near/node_builder.sh

12 lines
143 B
Bash
Raw Normal View History

2022-08-04 08:52:26 -07:00
#!/bin/bash
apt-get update
apt-get -y install libclang-dev jq
git clone https://github.com/near/nearcore
cd nearcore
make sandbox-release