Operations

CALL

call operation is an operation call one smart contract function.

MULTI

multi operation is the coolest feature of Lambda (yet) it allows anyone to create a sequence of smart contract calls which are executed one after another. This opens up many use cases and crazy powerful inscriptions. You could

  1. Deploy a token

  2. Mint it

  3. Create a liquidity pool

  4. create OTC listings

all in one inscription. This reduces waiting times, fees and amount of transactions

Last updated