Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/larry0x/cw-template
- Owner: larry0x
- License: other
- Created: 2022-10-26T21:09:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T19:19:46.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:36:12.112Z (4 months ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 13
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - larry0x/cw-template - Template for multi-contract CosmWasm projects (Rust)
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