🔨Operations
As I mentioned above, this is just my fun experimental standard design. I welcome anyone to improve upon the design, rules, or compression issues it poses.
Deploy E-brc-20
ordi used for demo purposes in the docs.
{ "p": "E-brc-20", "op": "deploy", "_ticker": "ordi", "_supply": "21000000", "_limitPermint": "1000" }
Key
Required
Description
p
Yes
Protocol: Helps other systems identify
op
Yes
Operation: Type of event (Deploy, inscribe, Transfer)
_ticker
Yes
Ticker
_supply
Yes
Max supply: set max supply of the E-brc20
_limitPermint
Yes
Mint limit: If letting users mint to themsleves, limit per ordinal
dec
No
Decimals: set decimal precision, default to 18
Inscribe E-brc-20
{ "to": "address", "amount": "uint256" }
Transfer E-brc-20
{ "to": "address", "amount": "uint256" }
Last updated