Skip to content

Best way to test smart contracts using this library #538

@alloc33

Description

@alloc33

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!

Activity

mloit

mloit commented on Apr 19, 2022

@mloit
Contributor

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.

added
FAQcommon questions tend to recur about web3 infra
on Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FAQcommon questions tend to recur about web3 infra

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mloit@alloc33@Kristenlike1234

        Issue actions

          Best way to test smart contracts using this library · Issue #538 · web3swift-team/web3swift