linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
112 stars 95 forks source link

Port application demo frontends to TypeScript #1864

Open Twey opened 3 months ago

Twey commented 3 months ago

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.

gaupoit commented 3 months ago

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

afck commented 3 months ago

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