apps
apps copied to clipboard
Home for applications created by MystenLabs
Adds testnet version of Marketplace Adapter.
### Problem: 1. There are a lot of collections doing airdrops to their users. However, with the current implementation airdrops is a very poorly designed mechanic which might be done...
Allow creating a PersonalKiosk for an address instead of requiring that the transaction sender is the owner. Required for implementing airdrops.
Adds a `HOWTO` file which explains the approach to adding, publishing and registering new changes to public packages.
Added the function `has_type` to `accessories.move`. This function allows third-party packages to query if a `SuiFren` contains a given `Accessory` type. ``` public fun has_type (sf: &SuiFren, type: String): bool...
I tried to depend on the mainnet weather oracle, and a function in my own package takes a &oracle::weather::WeatherOracle object as parameter. How can I get the shared WeatherOracle object...
Any way to use the `Kiosk` transfer policy rules on devnet?