Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 567 Bytes

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" }