Skip to main content

July 24, 2024

Mavis ID

Added

  • A guide on handling two types of wallets associated with a user's Mavis ID account (keyless MPC wallet and seed phrase Ronin Wallet): Handle user wallets.
  • A tutorial on building a daily check-in feature using Mavis ID within a sample Next.js app: Daily check-in.

MPC Solution

Updated

The "MPC Solution" product has been renamed to "Lockbox" in the documentation. No changes to links or code examples have been made.

July 22, 2024

Mavis ID

Published developer documentation for the Mavis ID service:

  • Overview: key features, benefits, components of Mavis ID.
  • Get started: register your app to get an app ID, request access, configure the client.
  • How it works: hands-on flow from the end user's perspective. Developers should follow along the steps to get a feel for how Mavis ID works.
  • SDK guides:
    • Use Mavis ID in Unity: a step-by-step guide for integrating Mavis ID into Unity games deployed to mobile (Android, iOS) and desktop (Mavis Hub).
    • Use Mavis ID in TypeScript: a step-by-step guide for integrating Mavis ID into browser games written in JavaScript ot TypeScript.
    • Use Mavis ID in Android: a step-by-step guide for integrating Mavis ID into decentralized apps on Android.
  • Validate ID tokens: when a user grants authorization to a client app, Mavis ID responds with an ID token containing user information. This guide describes how to verify the user's identity and issue your own access token, allowing the user to interact with the backend server.
  • Glossary: the essential terms and definitions.
  • FAQ: common questions about Mavis ID.
  • Troubleshooting: known issues and error glossary.
  • Gas sponsoring: explains how Mavis ID handles sponsored transactions.

July 19, 2024

Docusaurus

Upgraded the website to Docusaurus v3.4.0.

Skynet

Updated eth_getLogs rule criteria from the previous maximum block range of 200 to a new range of 500.

July 5, 2024

MPC Solution

Updated

The MPC Core provider in the JavaScript SDK changed the name to Lockbox. You can find the updated documentation, including the setup steps and code examples, under the Web tab in the MPC Solution guides. For more information, see MPC Solution.

Tools

Added

Setup guides for two Discord bots:

June 20, 2024

Mavis Account

Updated

Updated the Get started guide.

Mavis Market

Updated

In the Mavis Launchpad integration guide, mentioned that when compiling a list of addresses for the allowlist condition, creators can specify how many NFTs a particular address can mint.

Mavis Store

Added

  • Added an FAQ page with questions asked by users and some other questions we think might be asked.
  • Added a page explaining the fee structure and revenue calculation for merchants.

Updated

Clarified in the Mavis Store API integration guide that user_id is the Ronin address in case the item that the user purchased is an on-chain item.

June 11, 2024

Mavis Account

Added

A guide on calling an API that accepts a user's Mavis ID identifier and returns the user's profile information, including their username, Ronin Wallet address (if linked by the user), and Mavis ID (keyless) wallet address. For more information, see Retrieve user info and wallet addresses.

Updated

Reorganized the Mavis Account service documentation by "Account," "Wallet," and "User profile" categories. For more information, see Mavis Account.

Removed

  • The banner that indicated that the Mavis Account service was in a pilot phase.
  • The quickstart guide for OIDC, since it duplicated the contents of the oidc-quickstart GitHub repo anyway.

Mavis Market

Updated

Renamed the pages and updated the overviews in the following guides:

These changes better reflect the services offered to game studios by Mavis Market.

Tools

Added

  • A guide for setting up the Mavis Market Discord bot, designed to keep you up-to-date with the latest sales and listings on Mavis Market. For setup instructions, see Mavis Market bot.
  • A guide for setting up the Ronin Raffle Discord bot, designed to et you host raffles for your community. With this bot, you can define the raffle, its time frame, and choose the Discord roles that can participate. For setup instructions, see Ronin Raffle bot.

May 23, 2024

Updated

Mavis ID SDK for Unity (beta)

The documentation for Mavis ID has been migrated to the staging environment until the product is released.

May 21, 2024

Removed

Katana documentation for token builders

The documentation for launching ERC20 tokens and creating LP tools on Katana has been migrated to the Ronin chain documentation site: Katana.

May 16, 2024

Added

Katana documentation for token builders

As a token builder, you can launch your own ERC20 token on Katana and create liquidity pools (LP) with it. During an initial allowlist period, only you can launch liquidity pools with your token. After the allowlist period, the token becomes visible on Katana, letting anyone launch their own liquidity pools. To attract more liquidity providers to contribute to your pool to increase its stability, you can incentivize LPs by offering extra rewards for farming their LP tokens.

Updated

Mavis ID documentation

The documentation for Mavis ID has been migrated to the staging environment until the product is released.

Ronin RPC endpoints

Moved RPC endpoints to a more prominent location: Ronin RPC.

May 10, 2024

Added

Mavis ID SDK for Unity (beta)

The documentation for Mavis ID has been migrated to the staging environment until the product is released.

April 25, 2024

This update focuses on the Axie Infinity Origins REST API.

Updated

Removed

The "Get User Items" endpoint.

April 08, 2024

Changed

Mavis Store

  • Renamed "Merchant CMS" to "Mavis Store CMS."
  • Clarified that when editing an item, merchants should save as draft with every change made.
  • Added a screenshot at the top of the Manage items guide.
  • Added a constraint that the SKU of an item can't be edited.
  • Edited the wording and formatting throughout both Manage items and Manage private sales guides.

April 02, 2024

Added

Mavis Store

Documentation for managing items and setting up private sales in the store using the new Merchant CMS:

Find this content under the Mavis Store > Current (v2) category, along with the guide on implementing the necessary API endpoints.

The previous documentation has a "legacy" tag and remains available for existing Mavis Store clients:

Find the legacy content under the Mavis Store > Legacy (v1) category.

Deleted

Turned off the Ronin Block Explorer API and removed the corresponding documentation. Developers should switch to using the Skynet REST API instead.