For the complete documentation index, see llms.txt. This page is also available as Markdown.

GenerateUserOp

With "generateUserOp" on Krypcore, you can easily execute user operations. This powerful feature allows users to establish, customise, and manage numerous operations within their smart contract wallet in a few simple clicks, providing a streamlined and user-friendly experience. Unleash the power of personalised and efficient control over your digital assets.

This deploys GenerateUserOp using this method.

API Specification

GenerateUserOp Details

POST https://web3-proxy-dev.krypcore.com/api/v0/scWallet/generateUserOp

To generateUserOp under the given instance.

Headers

Name
Type
Description

DappId*

String

DappId

Authorization*

String

User Auth key obtained

Request Body

Name
Type
Description

walletName*

String

Wallet Name

to*

String

To Address

method*

String

Method

params*

String

Params

isContractTxn*

String

IsContractTxn

contractABI*

String

ContractABI

Take a look at how you might call this method using our official libraries, or via curl

Last updated