Coder Social home page Coder Social logo

ceramicstudio / glaze-demo-app Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 6.0 15.01 MB

Example Web app using Glaze packages

Home Page: https://developers.ceramic.network/tools/glaze/overview/

License: Other

HTML 1.64% CSS 1.30% TypeScript 82.40% JavaScript 14.66%
ceramic glaze idx web3

glaze-demo-app's People

Contributors

decentralgabe avatar paullecam avatar ukstv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

glaze-demo-app's Issues

Error on yarn ceramic: TypeError: uint8ArrayToString is not a function

fedor@DESKTOP-JUACTCP MINGW64 /c/blockchain/notes/glaze-demo-app (master)
$ yarn ceramic
yarn run v1.22.10
$ ceramic daemon
Ceramic daemon failed to start up:
TypeError: uint8ArrayToString is not a function
at Function.generateOptions (C:\blockchain\notes\glaze-demo-app\node_modules\libp2p\src\keychain\index.js:187:24) at new Libp2p (C:\blockchain\notes\glaze-demo-app\node_modules\libp2p\src\index.js:213:37)
at Function.create (C:\blockchain\notes\glaze-demo-app\node_modules\libp2p\src\index.js:145:14)
at module.exports (C:\blockchain\notes\glaze-demo-app\node_modules\ipfs-core\src\components\libp2p.js:58:17)
at configureRepo (C:\blockchain\notes\glaze-demo-app\node_modules\ipfs-core\src\components\storage.js:210:24)
at async loadRepo (C:\blockchain\notes\glaze-demo-app\node_modules\ipfs-core\src\components\storage.js:76:17)
at async Function.start (C:\blockchain\notes\glaze-demo-app\node_modules\ipfs-core\src\components\storage.js:54:41)
at async Object.create (C:\blockchain\notes\glaze-demo-app\node_modules\ipfs-core\src\components\index.js:223:21) at async Function.create (C:\blockchain\notes\glaze-demo-app\node_modules@ceramicnetwork\ipfs-daemon\lib\ipfs-daemon.js:90:22)
at async Object.buildIpfsConnection (C:\blockchain\notes\glaze-demo-app\node_modules@ceramicnetwork\cli\lib\build-ipfs-connection.util.js:24:28)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

web tutorial App.tsx bugs

https://blog.ceramic.network/how-to-build-a-simple-notes-app-with-idx/

bugs on App.tsx

missed importimport type { TileDocument } from '@ceramicnetwork/stream-tile'

also

TypeScript error in C:/blockchain/notes/idx-demo-app/src/App.tsx(377,9):
Type '{ authenticate: (seed: Uint8Array) => void; deleteDraft: () => void; openDraft: () => void; openNote: (streamID: string) => void; state: State; }' is not assignable to type 'IntrinsicAttributes & NotesListProps'.
Property 'authenticate' does not exist on type 'IntrinsicAttributes & NotesListProps'. TS2322

375 |       <div className={classes.toolbar} />
376 |       <NotesList

377 | authenticate={app.authenticate}
| ^
378 | deleteDraft={app.deleteDraft}
379 | openDraft={app.openDraft}
380 | openNote={app.openNote}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.