Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gofractally/Eden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: gofractally/Eden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 6, 2022

  1. force build

    tbfleming committed Jul 6, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mayeut Matthieu Darbois
    Copy the full SHA
    1e748dd View commit details

Commits on Jul 7, 2022

  1. adding deploy details

    cool-ant committed Jul 7, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    mayeut Matthieu Darbois
    Copy the full SHA
    3017f77 View commit details

Commits on Jul 29, 2022

  1. Scripts fell behind

    tbfleming committed Jul 29, 2022
    Copy the full SHA
    2d779d4 View commit details
Showing with 11 additions and 2 deletions.
  1. +0 −1 .github/workflows/build.yml
  2. +3 −1 README.md
  3. +8 −0 packages/webapp/README.md
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -482,4 +482,3 @@ jobs:
file: docker/eden-webapp.Dockerfile
tags: ${{ steps.prep.outputs.tags }}
context: .

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -64,7 +64,9 @@ npm i -g yarn

### Helper Scripts

See the [scripts](scripts) directory.
*Don't* see the [scripts](scripts) directory. These scripts fell behind. Only use the build method described here.

*Don't* rely on the docker files in this repo, except for use within GH workflows. Instead, manually follow the instructions here inside a persistent interactive docker container.

### Running Eden with Ephemeral Chains Locally

8 changes: 8 additions & 0 deletions packages/webapp/README.md
Original file line number Diff line number Diff line change
@@ -65,3 +65,11 @@ A pinata.cloud API JWT will still be needed, but that's set in the Box environme
If you want to enable uploads greater than 100 MB, use the Eden Box option. And we recommend a paid account with [pinata.cloud](https://pinata.cloud).

If the future, we will explore ways to remove our dependency on pinata.cloud too.

## Deployment

Deployment happen as part of the github CI/CD.
The `main` branch deploys to `dev` env https://eden-dev.vercel.app/.
The `production` branch deploys to the production environment.