Executes a smart contract call operation
The smart contract function to be called.
Includes optional and required parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to an Operation object representing the transaction.
Retrieves the list of deweb websites smart contract addresses belonging to the owner from the indexer contract
The address of the owner
The provider to use
The list of deweb websites smart contract addresses belonging to the owner
Executes a smart contract read operation
The smart contract function to be called.
Parameter for the function call in Uint8Array format.
Includes optional parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to the result of the read operation.
Static
buildnetStatic
deployDeploy a SmartContract byteCode
Web3 provider.
Compiled SmartContract bytecode.
Parameter for call of constructor function.
Includes optional parameters like fee, maxGas, coins, and periodToLive.
A promise that resolves to the result of the read operation.
Static
fromStatic
mainnet
Example