cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
182 stars 73 forks source link

Add README to `cw-contract` crate #1218

Closed seanchen1991 closed 1 month ago

seanchen1991 commented 1 month ago

Proposal

1169 proposes implementing a macro to auto-generate CosmWasm entrypoints. However, adding a proc macro is quite extraneous for this purpose. We could instead add the code that would be generated into README at the root of the cw-contract crate for users copy-paste.