Dero Virtual Machine Light Version A standalone version of the Stargate Testnet DVM, working in a offline mode.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
162B

  1. #!/usr/bin/env bash
  2. CURDIR=`/bin/pwd`
  3. TARDIR="$(go env GOPATH)/src/github.com/deroproject/derohe"
  4. cd $TARDIR
  5. git apply -p1 "${CURDIR}/dvm.patch"
  6. cd $CURDIR