Create

Learn how to create components inside Create screen

Table of Contents

Data Structure

This component is used to create data that can be accessed and modified bby Request Handlers

There are 2 different types of Data Structure you can define: a Request type and a Response type

  • Request data structure will define all fields you want to send to the handler, see below for an example

  • Response data structure will define all fields you want to receive from the handler, see below for an example

Erc 721

This component allows users to create unique tokens on Ethereum blockchain

Erc 20

This component also allows users to create unique tokens on Ethereum blockchain

Data Class Contract

This component enables users to create contracts with data-permission

Data Class Item Handler

This component enables users to create items for each contract with specific data

Add Request Handler

This component enables users to use a request and response data structure to customize game logic for each action

You can choose request and response class for the handler like below:

Last updated