Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larry0x/cw-template

Template for multi-contract CosmWasm projects
https://github.com/larry0x/cw-template

Last synced: about 1 month ago
JSON representation

Template for multi-contract CosmWasm projects

Awesome Lists containing this project

README

        

# CosmWasm Template

Template for multi-contract [CosmWasm](https://github.com/CosmWasm/cosmwasm) projects.

## How to Use

Install just: https://github.com/casey/just

Run linter:

```bash
just clippy
```

Run unit tests:

```bash
just test
```

Compile all contracts using [rust-optimizer](https://github.com/CosmWasm/rust-optimizer):

```bash
just optimize
```

## License

TBD