Generic handler for artifact/program-based Arkade contracts.
Persists the full ArkadeContractParams (program artifact JSON, args,
signer keys) as string params, so any contract created via
arkade.contract(program, args) participates in the standard contract
pipeline: ContractManager persistence and validation, watcher events,
repository-backed balances, and offline script re-derivation. Rebuild a
callable contract from a stored row with ArkadeContract.fromContract.
Generic handler for artifact/program-based Arkade contracts.
Persists the full ArkadeContractParams (program artifact JSON, args, signer keys) as string params, so any contract created via
arkade.contract(program, args)participates in the standard contract pipeline: ContractManager persistence and validation, watcher events, repository-backed balances, and offline script re-derivation. Rebuild a callable contract from a stored row withArkadeContract.fromContract.