Hello @dan-i, I need some guidance on a project I’m working on at school, we’re making a Dapp for a voting system on the blockchain. We have used the courses here to learn how to do everything, and we’re using the Proxy, Function, Storage setup. But when testing everything, I can’t seem to be able to get through the proxy contract, so when I’m deploying the contract in truffle, it does not deploy the proxy contract so I can interact through it. I also tried to use remix to test sending requests through Proxy to the function contract, but the only way is through the lower level interaction of Calldata and that should be hexadecimal.
How can we test that everything is working as it should when Proxy is not being deployed in truffle or ganache?
edit: the reason I ran into this problem, is that when I’m testing with Moralis to store users, I can’t get the address from Proxy to use in the main.js file