ETH Scriprune in detail
Last updated
Last updated
ETH Scriprune is a free open source license. Through an ETH Scriprune main contract, all inscription operations are aggregated, and then different processing is performed for different operations. At the same time, ETH Scriprune is also a modular protocol, which means that ETH Scriprune is extensible. For example, the inscription transfer and inscription market we implement are all through modularization. In the later stage, we will open the modular permissions to the community, so that the community can also have the right to customize modules, so that everyone can design their own inscriptions.
The way ETH Scriprune works is very simple. Users only need to interact with the ETH Scriprune controller with declarative data with clear visibility, and then they can experience an efficient, timely and rapid engraving process, and the data recording is real-time.
Let us take deployment, engraving, and transfer as examples to explain how to use ETH Scriprune.
Users can convert the following statement into
hexadecimal hex
Carry out the deployment of inscriptions, among which
p: fixed to esr-20, representing the inscription protocol
op: deploy, which means deploying an inscription
tick: ESRS represents the talisman name of the deployment
lim: represents the maximum value of a single engraving
address-lim: represents a single address, the maximum value that can be mint, that is, a single address can only be engraved address-lim/limr times at most during the engraving period.
Among them, address-lim is unique to the inscription protocol, and it can make the distribution of inscriptions more fair.
Users can convert the following statement into
hexadecimal hex
Carry out the engraving of the deployed talisman, in which
p: fixed to esr-20, representing the inscription protocol
op: mint, means to engrave a talisman
tick: ESRS represents the name of the engraved talisman
amt: represents the number of single engravings
Users can convert the following statement into
hexadecimal hex
Perform a transfer of the inscribed glyph, in which
p: fixed to esr-20, representing the inscription protocol
op: transfer, represents the transfer of an inscription
tick: ESRS represents the name of the transferred inscription
amt: represents the quantity of a single transfer
receiver: the address to receive assets