Celo’s alfajores test net runs EVM and hence I am able to use oz and truffle with it.
Here is my networks.js file for openzeppelin to work with
When I run this selecting development network it works.
The same configuration also works if I am using truffle with both networks (development and alfajores).
However, when trying to deploy on alfajores network with “npx oz deploy” command, I get the following error.
Thanks @abcoathup. I am working on creating a payment system on top of it using USSD. I am still not very familiar with working with USSD. Any suggestions from your side?