archway-network/archway-templates

Simplify the existing CW20 and CW721 templates

Opened this issue · 0 comments

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.