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

feat(server): Add server to request decoding of accounts & transactions #9

Merged
merged 11 commits into from
Jan 17, 2024

Conversation

fabioberger
Copy link
Contributor

@fabioberger fabioberger commented Dec 13, 2023

This PR adds an explorer-kit-server package to the Monorepo which spins up an HTTP server with two endpoints:

POST /decode/accounts and POST /decode/transactions which take an array of accounts/transactions and returns their decoded forms. This is helpful for projects that want to run Explorer Kit as a side-car to their main application which might not be written in Typescript.

Oh, and while building this I fixed a bunch of typos and examples in the README 🙏

Copy link

changeset-bot bot commented Dec 13, 2023

🦋 Changeset detected

Latest commit: 1768682

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@solanafm/explorer-kit-server Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@fabioberger fabioberger changed the title feat(server): Add server to request decoding of accounts & transactions [WIP] feat(server): Add server to request decoding of accounts & transactions Dec 13, 2023
@fabioberger fabioberger changed the title [WIP] feat(server): Add server to request decoding of accounts & transactions feat(server): Add server to request decoding of accounts & transactions Dec 14, 2023
@doodoo-aihc doodoo-aihc self-assigned this Dec 15, 2023
@nixxholas
Copy link
Member

@doodoo-aihc bump!

Copy link
Contributor

@doodoo-aihc doodoo-aihc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@doodoo-aihc doodoo-aihc merged commit 5143185 into solana-fm:main Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants