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

dump method to quickly write approval, clear, ABI to file system #653

Open
iskysun96 opened this issue Jan 26, 2023 · 0 comments
Open

dump method to quickly write approval, clear, ABI to file system #653

iskysun96 opened this issue Jan 26, 2023 · 0 comments
Labels
new-feature-request Feature request that needs triage Team Scytale

Comments

@iskysun96
Copy link

Problem

currently, if I want to write out approval, clear, ABI to file system, we have to do this which is not the most elegant way. If devs want to use dappflow to deploy and interact with the smart contract during development, they need all three artifacts written out to files to import them.
image

Solution

Create a dump method to write out the artifacts to the file system.
Beaker does this: https://algorand-devrel.github.io/beaker/html/application.html?highlight=dump#beaker.application.Application.dump

Urgency

Not high

@iskysun96 iskysun96 added the new-feature-request Feature request that needs triage label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Scytale
Projects
None yet
Development

No branches or pull requests

2 participants