web3swift
web3swift copied to clipboard
How can we deploy smart contract using webe3swift?
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?