Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

gramine builder#1

Open
njeans wants to merge 2 commits into
prof-project:mainfrom
njeans:gramine-builder
Open

gramine builder#1
njeans wants to merge 2 commits into
prof-project:mainfrom
njeans:gramine-builder

Conversation

@njeans

@njeans njeans commented Apr 15, 2024

Copy link
Copy Markdown

Test with:

  • Copy sgx environment variable template to .env files
cp gramine-builder/.env.example gramine-builder/.env
  • Add SPID and API Key to .env
  • Run demo
cd gramine-builder/
./run_demo.sh

ENCLAVE_SIZE ?= 1024G

GETH_BRANCH ?= main
GETH_REPO ?= https://github.com/flashbots/builder

@njeans njeans Apr 15, 2024

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: should change to PROF bundle merger repo. Hopefully doesn't affect the patches that are applied in the Makefile

@sbellem

sbellem commented Apr 15, 2024

Copy link
Copy Markdown

Things I needed to do to make it work:

  • put prof-relay repo under the root of the repo -- could be added as a submodule, or we could build an image for it host it on dockerhub or github
  • pull latest ethereum/client-go image
  • edit kurtosis.yml as in
~/code/prof-project/ethereum-package/gramine-builder$ git diff
diff --git a/kurtosis.yml b/kurtosis.yml
index 8147170..2b054e0 100644
--- a/kurtosis.yml
+++ b/kurtosis.yml
@@ -1,2 +1,2 @@
-name: "github.com/kushalbabel/ethereum-package"
+name: "github.com/prof-project/ethereum-package"
 # name: "github.com/kurtosis-tech/ethereum-package"

@sbellem

sbellem commented Apr 16, 2024

Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants