⛏️deploy
Last updated
Last updated
The estimateFee
function is an asynchronous function used to estimate the fee for deploying a Soulbound contract on a specified blockchain and environment.
Parameter | Data Type | Description |
---|---|---|
Field | Data Type | Description |
---|---|---|
Before making requests with NEST® SDK, you must have it installed.
You can install NEST® SDK using either npm
or yarn
. Use the following commands to install NEST® SDK:
Here is an example of how to make a deploy
request using the NEST® SDK:
Estimating Soulbound contract deployment fee: By invoking this function with the contract type as 'erc20' and function type as 'deploy', you can estimate the fee for deploying an Soulbound contract on the specified blockchain and environment.
Sending HTTP request: The function sends an HTTP request to the blockchain explorer's API to estimate the fee for contract deployment.
blockchain
string
The blockchain on which the contract will be deployed.
contract
string
The contract type ('soulbound' for Soulbound contract deployment).
functionType
string
The function type ('deploy' for contract deployment).
env
string
The environment or network of the blockchain.
amount
number
The amount used for the 'mint' function (optional, default value is 1).
code
number
The response code indicating the success or failure of the operation.
result
number
The estimated fee for the contract deployment.
VLRYEstimate
number
The estimated fee in VLRY (virtual asset).
USDEstimate
number
The estimated fee in USD (United States Dollar).