Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Deploy to IPFS 2 #543

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

tcrowe
Copy link
Collaborator

@tcrowe tcrowe commented Mar 1, 2020

What does it do?

It changes the dapp so it is able to served from IPFS as a static site. It will no longer use a node server. The uploads will goto IPFS also instead of to AWS.

It solves this issue: #518

How to test


The previous PR was good but it changed too many things in one PR so we will roll those into a future smaller PR.

@tcrowe tcrowe mentioned this pull request Mar 3, 2020
@tcrowe
Copy link
Collaborator Author

tcrowe commented Mar 6, 2020

There were a few hang-ups along the way.

  • Some of the modules and versions were conflicting. For example two different module use two different versions of web3 or ipfs.
  • Bizarre IPFS file lock? Possibly related to multiple versions of IPFS
  • Next.js Terser plugin mangling and deleting process.env variable

I'm working on resolving these and getting out the next build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant