js-ceramic icon indicating copy to clipboard operation
js-ceramic copied to clipboard

What ipfs-api to use for getting started?

Open dcale opened this issue 1 year ago • 1 comments

Description

I'm playing around with the JS version for the ceramic client and getting the following error:

Error: Error connecting to p2p node. Make sure ceramic-one is running or use --ipfs-api to modify the expected http location (currently http://localhost:5101): TypeError: fetch failed

-> what ipfs-api can I use to get started?

dcale avatar Sep 11 '24 06:09 dcale

you need to run a ceramic-one node and point your js-ceramic node at the ceramic-one node

stbrody avatar Sep 11 '24 17:09 stbrody