Hey guys, working on a SDK for Swift and would like to now if there is a guide for building transactions specially for sending payments, signing, etc.
I've downloaded all SDKs available but complexity is overwhelming and translating from one language to another is never an easy task, so I would like to start from scratch natively in Swift.
I already got the easy part polling endpoints and getting json, now I'd like to create an operation (payments only for now), build a transaction, sign it and send it to the test net so any help about the basic steps (without SDKs or external libraries) would be greatly appreciated.