0
votes

I was using corda opensource 3.2 in azure marketplace by following the instructions given in the link : https://docs.corda.net/head/testnet-explorer-corda.html . And I am able to connect to the corda testnet via node explorer but I couldnt initiate a transaction because the issuer drop-down was not working. I have shared the screenshots below. And in transaction type only Pay option was there. What could be the issues?. can someone help me on this pls enter image description hereenter image description here

1

1 Answers

0
votes

It sounds like your node is not set up as an issuer of cash. Have you followed step 4 in the instructions?

Run the following to create a config file for the finance CorDapp:

echo "issuableCurrencies : [ USD ]" > /opt/corda/cordapps/config/corda-finance--corda.conf