Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implement read operations on the Solana blockchain #106

Open
selinafeng opened this issue Nov 10, 2020 · 0 comments
Open

[Feature] Implement read operations on the Solana blockchain #106

selinafeng opened this issue Nov 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@selinafeng
Copy link
Collaborator

Using the API endpoints here (or you can use other ones if you find better options), implement the following read-side features for the Solana blockchain:

/solana/address/<address hash> - display information about the address (balance, privileged roles) and a table of recent transactions for that address.
/solana/transaction/<transaction hash> - display information about the transaction
/solana - USDC overview information, similar to what we have for Ethereum

[1] You can verify information using the Solana blockchain explorer: https://explorer.solana.com/address/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants