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: 5 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 (12 months ago)
- Last Synced: 2024-08-07T18:12:18.197Z (9 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

[](https://codecov.io/gh/Deland-Labs/fungible-token-standard)

[](https://img.shields.io/github/license/Deland-Labs/fungible-token-standard)
[](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