Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Deland-Labs/fungible-token-standard
Dfinity's fungible token standard. Any PRs and comments are welcome,collaborate with us to build this standard
https://github.com/Deland-Labs/fungible-token-standard
Last synced: 3 months ago
JSON representation
Dfinity's fungible token standard. Any PRs and comments are welcome,collaborate with us to build this standard
- Host: GitHub
- URL: https://github.com/Deland-Labs/fungible-token-standard
- Owner: Deland-Labs
- License: apache-2.0
- Created: 2021-07-23T05:22:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:05:57.000Z (6 months ago)
- Last Synced: 2024-07-28T10:11:38.036Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 1.06 MB
- Stars: 47
- Watchers: 0
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icp - Deland-Labs/dfinity-fungible-token-standard
README
# Fungible Token Standard
![build](https://github.com/Deland-Labs/fungible-token-standard/actions/workflows/build.yml/badge.svg)
[![codecov](https://codecov.io/gh/Deland-Labs/fungible-token-standard/branch/main/graph/badge.svg?token=C0594RE316)](https://codecov.io/gh/Deland-Labs/fungible-token-standard)
![integration test](https://github.com/Deland-Labs/fungible-token-standard/actions/workflows/run_integration_test.yml/badge.svg)
[![license](https://img.shields.io/github/license/Deland-Labs/fungible-token-standard)](https://img.shields.io/github/license/Deland-Labs/fungible-token-standard)
[![twitter](https://img.shields.io/twitter/url?label=twitter&style=social&url=https%3A%2F%2Ftwitter.com%2FDelandLabs)](https://twitter.com/DelandLabs)
## Tutorial[https://dft.delandlabs.com/](https://dft.delandlabs.com/)
## Tools
[DFT issuance tool](https://github.com/Deland-Labs/dft-issuance-tool)
## Development
### Dev with Visual Studio Code and Docker
Open `src` folder with Visual Studio Code with `Remote Dev Tools` extension, and load the source code in the container.
everything should be install when container started.
### Dev without container
#### Setup Dev Environment
Prepare the environment as below:
- dfx
- nodejs 16
- python 3
- Rustrun shell script below in `src` dir.
```bash
./sh_post_container_created.sh
```#### Enable pre-commit hook
```bash
pip install pre-commit
pre-commit install
```## About us
We are from Deland Labs team.
We are building a decentralized exchange based on Dfinity with Open Order Protocol.
Offcial Website : https://delandlabs.com