-
Notifications
You must be signed in to change notification settings - Fork 6
Run File #2
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
base: master
Are you sure you want to change the base?
Run File #2
Conversation
|
Hi @ejbaran - Wanted to follow up on this. Is the |
|
Hi @Bhaney44 - yes, I'm sure this would be helpful. It would be great to add the transfer and read balance pieces to complete it. Also, we should add all required imports at the top. Ideally, it would also be great if we could do all the steps in one script, with a single run, which would mean we would need to dynamically grab the created asset ID instead of adding it to the config file manually. I'm happy forgoing this piece for now and just updating the pieces above. Just thought I'd put it out there. |
|
Thanks @ejbaran! I will add: (1) the transfer, (2) the balance, and (3) the required imports. I will also start working on consolidating the files to a single script executable. |
|
Hi @ejbaran I committed a new The new Please let me know what you think of the new |
| # LaylaCoin Tutorial | ||
| # Single Script Executable | ||
|
|
||
| # Imports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you are adding these at the appropriate steps below and the flow would be for a user to uncomment each step as they go along, then I would remove them. Right now they aren't really serving any purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it - thanks! I removed the comments from the functional syntax.
|
Hi @ejbaran I made some changes to the It seems like the next step for me is figuring out a way we can dynamically grab the created asset ID and working toward a single script executable. Please let me know what you think. Thanks again! |
I added
run.pyto the repository to provide an executable script that runs the tutorial.