rj
rj
You have to patch up the generated code to handle JSON body for all calls, it doesn't generate placeholder parameters for them. Not hard, just a little tedious. The other...
it's actually not a bug in either inquirer or nodemon, pass stdin to nodemon with -I flag. See: https://github.com/remy/nodemon/issues/1445 https://github.com/remy/nodemon/blob/master/doc/cli/options.txt#L16
I have it running fine on Big Sur (lots of other stuff isn't working, I don't recommend anyone else succumb to their endless incessant nagging to upgrade...but postgresql at least...
you can just pull the token mint price from the contract instead of hard coding a dup in the mint.js: ``` task("mint", "Mints from the NFT contract") .addParam("address", "The address...