ceramicnetwork / ceramic-sdk

Other
4 stars 0 forks source link

Explorer app setup #16

Closed PaulLeCam closed 3 months ago

PaulLeCam commented 4 months ago

Based on https://github.com/ceramicstudio/ceramic-sdk/pull/15 so the PR only shows the relevant changes. Better wait until all the other PRs are merged before merging this one.

Basic setup using Vite configured for IPFS serving. So far the app only tries to connect to the local C1 server and load the version, or display an error message if it can't.

oed commented 4 months ago

When trying to run this locally I get the error Failed to access Ceramic server even when ceramic-one daemon is running

$ ceramic-one -V
ceramic-one 0.28.1
PaulLeCam commented 4 months ago

Ah yes, it won't work with v0.28 or earlier because CORS isn't supported, you'll need to use v0.29+

PaulLeCam commented 3 months ago

Closing in favor of the more up-to-date https://github.com/ceramicstudio/ceramic-sdk/pull/18