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

SRC-20 Token Standard #13

Merged
merged 12 commits into from
Aug 31, 2023
Merged

SRC-20 Token Standard #13

merged 12 commits into from
Aug 31, 2023

Conversation

bitzoic
Copy link
Member

@bitzoic bitzoic commented Aug 16, 2023

Type of change

  • New feature

Changes

The following changes have been made:

  • Adds the SRC-20 Standard v0.1

Closes #1

@bitzoic bitzoic added the SRC 20 Label used to filter for the standard issue label Aug 16, 2023
@bitzoic bitzoic self-assigned this Aug 16, 2023
@bitzoic bitzoic linked an issue Aug 16, 2023 that may be closed by this pull request
@bitzoic bitzoic requested a review from a team as a code owner August 16, 2023 14:44
@bitzoic bitzoic changed the title Src -20 Token Standard SRC-20 Token Standard Aug 16, 2023
Copy link
Member

@SwayStar123 SwayStar123 left a comment

Choose a reason for hiding this comment

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

Shouldnt there be an example implementation in addition to the abi?

standards/src_20/src/src_20.sw Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
@bitzoic
Copy link
Member Author

bitzoic commented Aug 16, 2023

Shouldnt there be an example implementation in addition to the abi?

This can be done in the sway-applications repo. The implementation is done by the developers using the standard. The standard only provides the interface such that other contracts may interact with it.

@bitzoic bitzoic requested review from SwayStar123 and a team August 16, 2023 16:17
README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/README.md Outdated Show resolved Hide resolved
standards/src_20/src/src_20.sw Show resolved Hide resolved
standards/src_20/src/src_20.sw Show resolved Hide resolved
dmihal
dmihal previously approved these changes Aug 28, 2023
standards/src_20/README.md Outdated Show resolved Hide resolved
@bitzoic bitzoic merged commit a55b8a2 into master Aug 31, 2023
bitzoic added a commit to FuelLabs/sway-libs that referenced this pull request Aug 31, 2023
## Type of change

<!--Delete points that do not apply-->

- New feature

## Changes

The following changes have been made:

- Creates token library that enables developers to quickly spin up
SRC-20 compliant tokens

## Notes

- The standards themselves will need to be merged and the Forc.toml
files updates before this PR can be merged
FuelLabs/sway-standards#16
FuelLabs/sway-standards#13

## Related Issues

<!--Delete everything after the "#" symbol and replace it with a number.
No spaces between hash and number-->

Closes #187

---------

Co-authored-by: bitzoic <bitzoic.eth@gmail.com>
@bitzoic bitzoic deleted the src-20-token-standard branch November 6, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SRC 20 Label used to filter for the standard issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SRC-20; Token Standard
4 participants