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

arc-0020 #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

arc-0020 #14

wants to merge 2 commits into from

Conversation

EdVeralli
Copy link

Implementation of the 6 mandatory rules in Leo Programming Language so that they can be invoked in a Smart contract.

Add reference for discussion and fix syntax errors

Signed-off-by: EdVeralli <edveralli@gmail.com>
Copy link

@Loco1982 Loco1982 left a 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]

Choose a reason for hiding this comment

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

Suggested change
[balanceof]
[balance_of]

arc: 0003 # Add the next sequence number
title: ARC20_leo
authors: eduardo.veralli
discussion: https://github.com/AleoHQ/ARCs/discussions/13

Choose a reason for hiding this comment

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

Suggested change
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)

Choose a reason for hiding this comment

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

Suggested change
• Executed 'transferfrom' (in 21740 ms)
• Executed 'transfer_from' (in 21740 ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants