Cannot get Ganache to connect to Moralis. I am building an NFT marketplace following the 17 Moralis videos to clone Raribles.
I have installed Ganache and followed the instructions included in the Moralis View details to connect Ganache to Moralis and no luck and also followed the Moralis video and no luck: https://youtu.be/aRRS394is1U
Need some clarification on the Moralis server/view details:
- Download the version required depending on your hardware / os: https://github.com/fatedier/frp/releases
I downloaded and installed this package on my computer from Github: frp_0.38.0_windows_amd64.zip***
- Replace the following content in โfrpc.iniโ, based on your devchain
I replaced the data in the file frpc.ini with the data provided, the complete file looks like this:
[common]
server_addr = zywfdygwv1pf.usemoralis.com
server_port = 7000
token = HQwWVydJW0
[ganache]
type = http
local_port = 7545
custom_domains = zywfdygwv1pf.usemoralis.com
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
I then try to run this command:
frpc.exe -c frpc.ini
and get this error (There is no frpc.exe file in the folder, only a frps.exe).
frpc.exe : The term โfrpc.exeโ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ frpc.exe -c frpc.ini
**+ ~~~~~~~~**
+ CategoryInfo : ObjectNotFound: (frpc.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Cheers!
Darren