Skip to content
/ cw-starter Public template

This repository covers most common funcionality and configuration required to bootstrap a CosmWasm project.

Notifications You must be signed in to change notification settings

sayveprotocol/cw-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmWasm Project Starter Template

This repository covers most common funcionality and configuration required to bootstrap a CosmWasm project. Click on Use this template button on the top of this page.

Commands

There a couple of useful commands available at the top-level of the project:

  • make build creates optimised WASM files for each of the smart contracts from ./contracts directory;
  • make test runs all testing suite (as of now, the integration test from ./integration direcotry).

Components

Contracts

All smart contract implementations sit inside ./contracts directory. Each of the smart contracts included has its own directory.

If you would like to know more about CosmWams smart contracts, feel free to go to the Terra Academy course.

Development environment

Local Terra node configuration.

Docs

Integration

Testing suite running black-box testing (no knowledge of smart contracts' internals).

Docs

Scripts

Handful CLI tools.

Docs

About

This repository covers most common funcionality and configuration required to bootstrap a CosmWasm project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published