AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
585 stars 360 forks source link

how wirte to smart contract? #7091

Open sooooxin opened 7 months ago

sooooxin commented 7 months ago

After reviewing the code, only the way to call the smart contract was found in CallSmartContract, but no way to write the contract was found. I tried import "https://github.com/Boilertalk/Web3.swift.git 0.6.0" and achieve the wirte SmartContract. but found the alphawallet used "bigint" version conflict 。

Can you provide an example? Best wishes