You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new in ethereum development and I found out that there is only one way to effectively test smart contracts is using 'truffle'. Truffle requires javascript knowledge and I don't really want to learn javascript.
Can I use this library to interact with truffle (somehow) or directly with 'ganache' to effectively test smart contracts and work with them in production not using javascript? I need to know should I really learn javascript to become professional smart contract developer or not.
Thanks!
The text was updated successfully, but these errors were encountered:
While you can test contracts using web3Swift, you'll likely find it easier and more efficient to use something like Remix for the contract development side, then transition to something like Web3Swift when you get to the application side of things.
I'm new in ethereum development and I found out that there is only one way to effectively test smart contracts is using 'truffle'. Truffle requires javascript knowledge and I don't really want to learn javascript.
Can I use this library to interact with truffle (somehow) or directly with 'ganache' to effectively test smart contracts and work with them in production not using javascript? I need to know should I really learn javascript to become professional smart contract developer or not.
Thanks!
The text was updated successfully, but these errors were encountered: