web3swift icon indicating copy to clipboard operation
web3swift copied to clipboard

How can we deploy smart contract using webe3swift?

Open ShoaibKakal opened this issue 3 years ago • 0 comments

In web3java, i can deploy a smart contract by following the methods

  • Create .bin and .abi files from solidity file using solcjs library.
  • Create java file using .abi and .bin files.
  • Java file contains deploy() method to deploy a smart contract on Ethereum network.

Now in web3swift i don't see any method to deploy smart contract. I know there will be any other way of deploying but i don't know. can anyone please help in this regard?

ShoaibKakal avatar Aug 31 '22 08:08 ShoaibKakal