Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burnt-labs/contracts
https://github.com/burnt-labs/contracts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burnt-labs/contracts
- Owner: burnt-labs
- Created: 2022-04-29T21:42:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T23:54:11.000Z (3 months ago)
- Last Synced: 2024-08-14T01:09:54.410Z (3 months ago)
- Language: Rust
- Size: 354 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - burnt-labs/contracts - (Rust)
README
### Compiling
```bash
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.16.0
```