Skip to content

Latest commit

 

History

History

suifrens

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SuiFrens

This directory contains the Move sources for the SuiFrens application.

Description

SuiFrens application consists of multiple packages:

  • suifrens - the main package that defines the "SuiFren" type;
  • accessories - the package that defines the "Accessory" type and the accessory store;

Environments

  • The main branch contains the sources and the package currently published on mainnet.
  • The testnet branch contains the sources and published address on on testnet.

Usage

To use SuiFrens as a dependency, add this to your Move.toml:

suifrens = { git = "https://github.com/MystenLabs/apps.git", subdir = "suifrens/suifrens", rev = "testnet" }
accessories = { git = "https://github.com/MystenLabs/apps.git", subdir = "suifrens/accessories", rev = "testnet" }

See the examples for sample applications using SuiFrens.

For mainnet, use the rev = "mainnet" setting