alvin-reyes / nem-go-sdk

Simple NIS1/NEM Wrapper written in GO
3 stars 2 forks source link

Initiate a TransferTransaction and Announce #1

Open alvin-reyes opened 6 years ago

alvin-reyes commented 6 years ago

Description:

Need to support creation/signing of transaction as per section 7.9 of https://nemproject.github.io/

Step 1: Gathering of data Step 2: Serialize the data to byte array given the offset required Step 3: Combine common and transaction specific type byte array data Step 4: Sign Step 5: Hash

carlocayos commented 6 years ago

Working on this one.

alvin-reyes commented 6 years ago

Thanks @carlocayos.