web3.swift icon indicating copy to clipboard operation
web3.swift copied to clipboard

ABI Code gen

Open ismail9001 opened this issue 2 years ago • 1 comments

Can we implement some ABI structs generator?

It would be very convenient to convert ABI.json to ABIFunction type entities

ismail9001 avatar Jul 08 '22 13:07 ismail9001

We have a very dumb codegen for Argent, never fully implemented anything generic. Always wanted but never had time.

DarthMike avatar Jul 14 '22 16:07 DarthMike

hi @DarthMike i wrote code using nodejs to create ContractABI from JSON to swift file. please take a look :) swiftabigen hope it helps

imanrep avatar Jan 25 '23 17:01 imanrep

Added to README

DarthMike avatar Feb 17 '23 13:02 DarthMike