metaplex
metaplex copied to clipboard
non-base58 character
I'm trying to create a token but when I'm running the program it gives me the following error:
Error: Non-base58 character
at Object.decode (C:\Users\luukh\OneDrive\Bureaublad\Solana-Token\node_modules@solana\web3.js\node_modules\base-x\src\index.js:111:11)
at new PublicKey (C:\Users\luukh\OneDrive\Bureaublad\Solana-Token\node_modules@solana\web3.js\lib\index.cjs.js:180:50)
at C:\Users\luukh\OneDrive\Bureaublad\Solana-Token\node_modules@solana\web3.js\lib\index.cjs.js:1405:17
at Array.forEach (
Node.js v18.16.0
@Luukkk1 Did you managed to solve this. I am getting a similar error?