You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: