Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 880 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 880 Bytes

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