/dfinity-fungible-token-standard

Dfinity's fungible token standard. Any PRs and comments are welcome,collaborate with us to build this standard

Primary LanguageRustApache License 2.0Apache-2.0

Dfinity Fungible Token Standard

Tutorial

https://dft.delandlabs.com/

Tools

DFT issuance tool

Compile dependencies

dfx

sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"

rust

Linux & Mac

  1. Install Rust & cmake & optimizer
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
brew install cmake
cargo install ic-cdk-optimizer
  1. Add wasm32-unknown-unknown target
rustup target add wasm32-unknown-unknown

How to test?

Rust

   cd rust
   make test

Motoko

   cd motoko
   make test

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