provenance-io / provwasm

This crate provides Rust bindings to enable CosmWasm smart contracts to interact with custom modules in the Provenance Blockchain.
Apache License 2.0
28 stars 8 forks source link

Template Contract #112

Closed Taztingo closed 1 year ago

Taztingo commented 1 year ago

Summary

It would be nice if there was a structured template contract repo that was up to date with the latest features of cosmwasm and provwasm. This would help onboard developers and get them creating contracts in little time. This can also act as a testing ground for figuring out what common features should be moved into provwasm.

Problem Definition

One major issue with provwasm is that there is not a single go to contract that developers can quickly clone and start developing with. Every user is forced to use the tutorial contract or the cosmwasm template. These do not contain the latest features, and if using the cosmwasm template does not contain our dependencies. Additionally, there is no standard repo structure for cosmwasml. This results in every smart contract having a different repo layout and structure.

Proposal


For Admin Use

kwtalley commented 1 year ago

closed with #113