Skip to content

Finschia/cw-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published