Skip to content

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

License

Notifications You must be signed in to change notification settings

BrantBrown/dfinity-fungible-token-standard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 59.8%
  • Motoko 19.8%
  • TypeScript 15.8%
  • Makefile 2.3%
  • Python 1.6%
  • JavaScript 0.3%
  • Other 0.4%