Post
Topic
Board Altcoin Discussion
Topic OP
Posted 10000000000 times but no one helped me
by
ClintonJ
on 30/03/2019, 18:30:56 UTC
https://vintage.myetherwallet.com/#offline-transaction >>>>  This is called cold or offline transaction where you have to generate the RAW code and later you can publish the code online to make the transaction)


I need the Eth Raw transaction code in java . Have surfed online but dint get the accurate solution.


Suppose
I have these field ( the same https://vintage.myetherwallet.com/#offline-transaction , this site works to generate transaction )


1.To Address
2. Amount (ERC token selection or ETH)
3. Token symbol
4. Token quantity
5. Nounce ( This is known as transaction count , but i will collect this online through api and later i will put in this field )
6. Gas amount
7. Gas price
8. Private key


Now i need the RAW transaction code. Thats all.