QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

How to explore Block with NEM-sdk ? #11

Closed hasanaliqureshi closed 7 years ago

hasanaliqureshi commented 7 years ago

I want to get transactions details from transaction hash. Have you pushed code to explore blocks?

QuantumMechanics commented 7 years ago

Yes, here is an example to get transactions by hash: https://github.com/QuantumMechanics/NEM-sdk/blob/master/examples/nodejs/requests.js#L128