buffalojoec / graphql-wallet

Solana wallet built using Solana RPC-GraphQL
Apache License 2.0
1 stars 2 forks source link

A list of all transactions done by address #7

Closed Hrushi20 closed 6 months ago

Hrushi20 commented 6 months ago

Todo

Hrushi20 commented 6 months ago

I updated the code based on comments. I am able to fetch signatures for transactions and updated the script. I also created a Transaction component which is responsible for rendering a Transaction.

The code is not clean. Need to refactor it.