Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.39 KB

CW Workspace

This is a workspace to develop CosmWasm contracts for Finschia.

Requirements

Note

If you use the cw-gitpod environment, these tools are already installed.

How To Use

Generate a workspace using a following command.

cargo generate --git https://github.com/Finschia/cw-workspace.git

Generate a contract template using a following command in the workspace directory.

cargo generate \
    --git https://github.com/Finschia/cw-workspace.git contracts \
    --destination $PWD/contracts

How To Use (without workspace)

Generate a contract template without workspace.

cargo generate \
    --git https://github.com/Finschia/cw-workspace.git contracts \
    -d workspace=false

Contract Option