Default export includes the contract class and the types used by the contract class.
Warning
This contract is experimental and may be subject to change.
It is the minimal viable product (MVP) for the Lodash application.
It is not recommended for production use, it does not include any guarantees or warranties.
Example
Basic Usage
// Example Imports import {LodashFactory} from"@awesome-algorand/lodash"; importtype {LodashClient} from"@awesome-algorand/lodash";
// Integrates with the AlgorandClient import {AlgorandClient} from"@algorandfoundation/algokit-utils"; constalgorand = AlgorandClient.fromEnvironment()
// Create the Factory constfactory = algorand.client.getTypedAppFactory(LodashFactory, { defaultSender:deployer.addr, })
Default export includes the contract class and the types used by the contract class.
This contract is experimental and may be subject to change. It is the minimal viable product (MVP) for the Lodash application. It is not recommended for production use, it does not include any guarantees or warranties.
Example
Basic Usage