-
Notifications
You must be signed in to change notification settings - Fork 254
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
arc-0020 #14
base: master
Are you sure you want to change the base?
arc-0020 #14
Conversation
Add reference for discussion and fix syntax errors Signed-off-by: EdVeralli <edveralli@gmail.com>
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.
A couple of typos
|
||
Input file ARC20_leo/inputs/arc20_leo.in | ||
``` | ||
[balanceof] |
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.
[balanceof] | |
[balance_of] |
arc: 0003 # Add the next sequence number | ||
title: ARC20_leo | ||
authors: eduardo.veralli | ||
discussion: https://github.com/AleoHQ/ARCs/discussions/13 |
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.
discussion: https://github.com/AleoHQ/ARCs/discussions/13 | |
discussion: [https://github.com/AleoHQ/ARCs/discussions/13](https://github.com/AleoHQ/ARCs/discussions/13) |
Console output. | ||
``` | ||
• Executing 'arc20_leo.aleo/transfer_from'... | ||
• Executed 'transferfrom' (in 21740 ms) |
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.
• Executed 'transferfrom' (in 21740 ms) | |
• Executed 'transfer_from' (in 21740 ms) |
Implementation of the 6 mandatory rules in Leo Programming Language so that they can be invoked in a Smart contract.