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

https://github.com/zemyblue/token_standard


https://github.com/zemyblue/token_standard

Last synced: about 2 months 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
```