web3swift icon indicating copy to clipboard operation
web3swift copied to clipboard

Best way to test smart contracts using this library

Open alloc33 opened this issue 3 years ago • 1 comments
trafficstars

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!

alloc33 avatar Apr 19 '22 18:04 alloc33

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.

mloit avatar Apr 19 '22 19:04 mloit