mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
Merge 72340a71a0 into cee751a1ed
This commit is contained in:
commit
c0ecfe5ed9
3 changed files with 14 additions and 0 deletions
7
.gitpod.Dockerfile
vendored
Normal file
7
.gitpod.Dockerfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM gitpod/workspace-full-vnc
|
||||||
|
|
||||||
|
# Install custom tools, runtimes, etc.
|
||||||
|
# For example "bastet", a command-line tetris clone:
|
||||||
|
# RUN brew install bastet
|
||||||
|
#
|
||||||
|
# More information: https://www.gitpod.io/docs/config-docker/
|
||||||
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
image: gitpod/workspace-full
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- init: go get && go build ./... && go test ./... && make
|
||||||
|
command: go run
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://gitpod.io/#https://github.com/ethereum/go-ethereum)
|
||||||
|
|
||||||
## Go Ethereum
|
## Go Ethereum
|
||||||
|
|
||||||
Golang execution layer implementation of the Ethereum protocol.
|
Golang execution layer implementation of the Ethereum protocol.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue