As a Steem Application Developer, I want to be able to setup a node that supports `.get_transaction` to get all the information about a specific transaction **because most publicly accessible nodes do not support this for all transactions.***
Also investigate a possible alternative solution that bypasses the need for Account History by using plug-in transaction_status_api along with steemd --transaction-status-rebuild-state.
[x] tutorial showing how to setup the lowest possible resource node that can support these operations.
[x] tutorial should be both local machine & aws compatible (does not need to include aws instructions, but there should be no aws related hiccups when following the tutorial)
[x] describe some practices that may be suggested in the wild that do not help and why.
As a Steem Application Developer, I want to be able to setup a node that supports `.get_transaction` to get all the information about a specific transaction **because most publicly accessible nodes do not support this for all transactions.***
Also investigate a possible alternative solution that bypasses the need for Account History by using plug-intransaction_status_api
along withsteemd --transaction-status-rebuild-state
.Original issue: https://github.com/steemit/devportal/issues/288
AC