solana-labs / solana-web3.js

Solana JavaScript SDK
https://solana-labs.github.io/solana-web3.js
MIT License
1.96k stars 790 forks source link

[GraphQL]: Write a demo web application #2408

Open buffalojoec opened 3 months ago

buffalojoec commented 3 months ago

Motivation

The best way to demonstrate how the new GraphQL package can be used in a web application is to write a web application with it!

Writing some sort of explorer or wallet application (in an arguably simple sense) can go a long way for showcasing everything you can do with the new library.

Ideas welcome!

Hrushi20 commented 1 month ago

One idea is we can display a way to create various token-2022 extensions on the UI and query them using Graphql library.

buffalojoec commented 1 month ago

@Hrushi20 Actually I've started a demo app over here.

https://github.com/buffalojoec/graphql-wallet

Details are in the Issues!