1x1

Overview

The 1x1 tokenization model enables the creation of smart contracts that issue text-based tokens with the 1:1 output format.

The model can be highly customizable to suit the user's specific needs, enabling multiple features: insertion of a logo and a background watermark, custom background and text color, custom border radius, and custom text font family.

As the intended use case, the 1x1 model is primarily designed for the tokenization of certificates.


Input Functions

Input token text

Enter the text that will be visible in the token output.

Input metadata text

Enter text with comprehensive details for your token. These details will be accessible in the tokens's metadata within the SVG file.

Parameters

NameDescriptionDefault

name

Defines the name of the smart contract

required

symbol

Defines the symbol of the token to be issued by the smart contract

required

supply

Defines the total supply of the token to be issued by the smart contract

required (from 1 to )

decimals

Defines the decimals of the token to be issued by the smart contract

required (from 0 to 18)

background

Defines the background color that will stamp every 1 full token issued by the smart contract

#000000

text

Defines the text color that will stamp every 1 full token issued by the smart contract

#FFFFFF

font

Defines the text font family that will stamp every 1 full token issued by the smart contract

Monospace


Advanced options

NameDescriptionDefault

Show deployer address

Insert the deployer address in the token output

optional

Border radius

Customize the border radius of the token output

optional (from 0 to 20px)

Upload logo

Insert a logo in the token output

optional

Upload watermark

Insert a background watermark in the token output

optional

Last updated