open-blockchain-explorer / tnbexplorer

Blockchain Explorer for thenewboston cryptocurrency network
4 stars 4 forks source link

Transactions history API #64

Closed itsnikhil closed 2 years ago

itsnikhil commented 2 years ago

Till date we depend on bank server's API to serve very important data like transaction history which is very crucial for our tnbexplorer to function. We have a dump of old transactions which will help us in features like trace transactions which need full transaction history. If bank server doesn't have all the data or refuses to share it with us, it is a weakness for tnbexplorer so transaction API will be used to save new transactions as and when they happen. Later on we can use this data to make our stats update in near real-time instead of daily basis. We can have similar schema to bank's transactions API http://54.183.16.194/bank_transactions

For more information, please join our discord server were we can provide you more information on how the blockchain network works.

itsnikhil commented 2 years ago

Moved to https://github.com/open-blockchain-explorer/Bank/issues/7