Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zemyblue/token_standard
- Owner: zemyblue
- License: apache-2.0
- Created: 2023-08-29T05:32:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T12:33:15.000Z (over 1 year ago)
- Last Synced: 2024-11-16T20:23:40.931Z (2 months ago)
- Language: Rust
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```