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: Add ABI view #102

Merged
merged 3 commits into from
Dec 24, 2024
Merged

feat: Add ABI view #102

merged 3 commits into from
Dec 24, 2024

Conversation

sdankel
Copy link
Member

@sdankel sdankel commented Dec 13, 2024

Closes #101

Adds a new page at /abi where users can enter a contract ID, paste an ABI into a text editor and then query the already-deployed contract.

image

Copy link

@zees-dev zees-dev left a comment

Choose a reason for hiding this comment

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

Awesome stuff!
Definitely need this functionality.

@zees-dev
Copy link

A future improvement would be local caching of the state; i.e. if i refresh the page, I dont want to lose the contract ID and ABI

@sdankel sdankel merged commit 56ad98b into master Dec 24, 2024
12 checks passed
@sdankel sdankel deleted the sophie/abi-view branch December 24, 2024 03:03
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.

Allow user to paste ABI and deploy without sway source code
2 participants