fireproof
fireproof copied to clipboard
update web3.storage API in ipfs connector
This is where the crash happens on page load:
https://github.com/fireproof-storage/fireproof/blob/21f208e0650c8af0c12a46966a31ad220a5daf32/packages/connect-ipfs/src/connect-ipfs-account.ts#L181
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
To reproduce:
- Clone the reop
-
pnpm i -
pnpm build -
pnpm testfor good measure
Now run the live test app:
-
cd packages/fireproof -
pnpm serve - Visit http://localhost:8080/todo-ipfs.html and look in the dev console log
I get something like these: