node_builder.sh 143 B

1234567891011
  1. #!/bin/bash
  2. apt-get update
  3. apt-get -y install libclang-dev jq
  4. git clone https://github.com/near/nearcore
  5. cd nearcore
  6. make sandbox-release