GodMaiden
GodMaiden
and when I type the command: ts-node C:\Users\xxxx\Desktop\~\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts mint_one_token -e devnet -k C:/Users/xxxx/Desktop/~/.config/solana/devnet.json -cp C:\Users\xxxx\Desktop\~\metaplex\js\packages\cli\example-candy-machine-upload-config.json C:\Users\xxxx\Desktop\~\metaplex\assets I get this: const candyMachine = new PublicKey(cacheContent.program.candyMachine); ^ TypeError: Cannot read properties of...
Yes I did change the name to .env and thats how it looks like: REACT_APP_CANDY_MACHINE_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX REACT_APP_SOLANA_NETWORK=devnet REACT_APP_SOLANA_RPC_HOST=https://api.devnet.solana.com # ADDITIONAL PARAMS TO SET IF USING SPL-TOKEN AS MINTING CURRENCY ONLY :...