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

Simplify the existing CW20 and CW721 templates #13

Open
4 tasks done
aelesbao opened this issue Jun 27, 2022 · 0 comments
Open
4 tasks done

Simplify the existing CW20 and CW721 templates #13

aelesbao opened this issue Jun 27, 2022 · 0 comments
Assignees

Comments

@aelesbao
Copy link
Member

aelesbao commented Jun 27, 2022

Description

The templates for the CW20 and CW721 off-chain contracts are not optimal since they are just copies of the code that is already available as crates in CosmWasm. We should clean up the code of both to use the crates instead.

Proposed solution

  • Clean up the CW20 base code and use the cw20-base crate.
  • Remove the CW721 with off-chain metadata, keep only the CW721 with on-chain metadata, and change the available template options in the CLI.
  • Update the crates dependencies on both templates.
  • Update the templates repository documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants