shiki-tak / cosmwasm-nft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COSMWASM-NFT

CircleCI codecov

Compile

❯ docker run --rm -v "$(pwd)":/code \
  --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
  --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
  cosmwasm/rust-optimizer:0.12.6

About

License:Apache License 2.0


Languages

Language:Rust 97.8%Language:Shell 2.2%