linera-protocol icon indicating copy to clipboard operation
linera-protocol copied to clipboard

Port application demo frontends to TypeScript

Open Twey opened this issue 1 year ago • 3 comments

Currently, testing of our application demo frontends is a rather manual experience. We would like to port them to TypeScript, with type-checking of the GraphQL schemas, to increase development velocity on them and ease some of the burden of manually updating them when our backends change.

Twey avatar Apr 02 '24 20:04 Twey

Could you give me the link to code base of application demo's frontends?

gaupoit avatar Apr 15 '24 03:04 gaupoit

https://github.com/linera-io/linera-protocol/tree/main/examples/counter/web-frontend https://github.com/linera-io/linera-protocol/tree/main/examples/fungible/web-frontend https://github.com/linera-io/linera-protocol/tree/main/examples/non-fungible/web-frontend

afck avatar Apr 15 '24 08:04 afck

A current full list of our Web frontends (some of which may not need porting):

Twey avatar Sep 09 '24 12:09 Twey