Skip to content

Latest commit

 

History

History

kiosk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kiosk Ecosystem

Includes collection of transfer policies, kiosk extensions and libraries to work with all of them. It is meant to act as a Kiosk Sui Move monorepo with a set release cycle and a very welcoming setting for external contributions.

Currently, published-at field contains testnet addresses.

Published Envs

Currently Sui Testnet is the only supported environment, to access it, import the package directly in your Move.toml:

[dependencies]
Kiosk = { git = "https://github.com/MystenLabs/sui.git", subdir = "kiosk", rev = "main" }