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.
|
- #!/usr/bin/env bash
-
-
- CURDIR=`/bin/pwd`
- TARDIR="$(go env GOPATH)/src/github.com/deroproject/derohe"
-
-
- cd $TARDIR
- git apply -p1 "${CURDIR}/dvm.patch"
-
-
- cd $CURDIR
|