I am trying to create a fungible ESDT token. I am very new in multiverseX, so my understanding on creating token is: we will have to use TokenOperationsFactory
class from this script.
First we have to use the IConfigure
interface to instantiate the TokenOperationsFactory
. Then we have to call the issueFungible()
. Am I right?
If I right, then I am having these issues:
I don't know what will be values of parameters of
IConfigure
.Is it necessary to provide values for all parameters? Because in docs I saw a instantiation is not using all required parameters value.
What is the value of
esdtContractAddress
from from this line?