Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zemyblue/token_standard


https://github.com/zemyblue/token_standard

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Fungible Token sample

## Compiling
```sh
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.13.0
```