Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best way to test smart contracts using this library #538

Closed
alloc33 opened this issue Apr 19, 2022 · 1 comment
Closed

Best way to test smart contracts using this library #538

alloc33 opened this issue Apr 19, 2022 · 1 comment
Labels
FAQ common questions tend to recur about web3 infra

Comments

@alloc33
Copy link

alloc33 commented Apr 19, 2022

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!

@mloit
Copy link
Contributor

mloit commented Apr 19, 2022

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.

@Kristenlike1234 Kristenlike1234 added the FAQ common questions tend to recur about web3 infra label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ common questions tend to recur about web3 infra
Projects
None yet
Development

No branches or pull requests

3 participants