web3.swift
web3.swift copied to clipboard
ABI Code gen
Can we implement some ABI structs generator?
It would be very convenient to convert ABI.json to ABIFunction type entities
We have a very dumb codegen for Argent, never fully implemented anything generic. Always wanted but never had time.
hi @DarthMike i wrote code using nodejs to create ContractABI from JSON to swift file. please take a look :) swiftabigen hope it helps
Added to README