Overview
LINS20 is the Linea inscription token protocol, which is responsible for standardizing the inscription token protocol. Anyone can deploy his tokens, mint tokens, and trade tokens on LINS20.
Indexer
The LINS20 protocol has developed a set of convenient and fast indexes based on Linea and a standard for saving gas fees.
Each event will use hexadecimal to permanently store information in the EVM input, and each data will be stored on the chain to complete the information that cannot be tampered with.
In the case of not sending 0 value, the event should be sent to the black hole address, which is beneficial for the index to obtain information faster.
On the content, we use JSON, which is consistent with brc20, but due to the particularity of Ethereum, we need to add a prefix to match the type, so the content of the token inscription needs to be prefixed.
Followed by JSON, their events are: Deploy\Mint\Transfer\Proxy transfer\Freeze sell.
Here is a simple example:
Last updated