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

update web3.storage API in ipfs connector #111

Open
jchris opened this issue May 3, 2024 · 1 comment
Open

update web3.storage API in ipfs connector #111

jchris opened this issue May 3, 2024 · 1 comment

Comments

@jchris
Copy link
Contributor

jchris commented May 3, 2024

This is where the crash happens on page load:

console.log('createNewSpace', params)

The fix is upstream in the call chain and should involve moving to the Account wrapper https://github.com/w3s-project/w3cli/blob/main/account.js#L30

@jchris
Copy link
Contributor Author

jchris commented May 3, 2024

To reproduce:

  1. Clone the reop
  2. pnpm i
  3. pnpm build
  4. pnpm test for good measure

Now run the live test app:

  1. cd packages/fireproof
  2. pnpm serve
  3. Visit http://localhost:8080/todo-ipfs.html and look in the dev console log

I get something like these:

Screenshot 2024-05-03 at 2 26 10 PM Screenshot 2024-05-03 at 2 25 21 PM

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

No branches or pull requests

1 participant